scipy.special.obl_ang1#

scipy.special.obl_ang1(m, n, c, x, out=None) = <ufunc 'obl_ang1'>#

第一类扁球面角函数及其导数

计算模式参数 m>=0 和 n>=m,球面参数 c|x| < 1.0 的第一类扁球面角函数及其导数(相对于 x)。

参数:
marray_like

模式参数 m(非负)

narray_like

模式参数 n (>= m)

carray_like

球面参数

xarray_like

参数 x (|x| < 1.0)

outndarray,可选

函数结果的可选输出数组

返回:
s标量或ndarray

函数的值

sp标量或ndarray

相对于 x 的导数值

另请参见

obl_ang1_cv