scipy.special.obl_ang1#
- scipy.special.obl_ang1(m, n, c, x, out=None) = <ufunc 'obl_ang1'>#
扁球面角函数的第一类及其导数
计算第一类扁球面角函数及其导数(相对于 x),适用于模式参数 m>=0 和 n>=m,扁球面参数 c 以及
|x| < 1.0
。- 参数:
- marray_like
模式参数 m(非负)
- narray_like
模式参数 n (>= m)
- carray_like
球状参数
- xarray_like
参数 x (
|x| < 1.0
)- 出ndarray,可选
函数结果的可选输出数组
- 返回:
- s标量或ndarray
函数的值
- sp标量或ndarray
导数的值 vs x
参见