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)

outndarray, optional

函數結果的選用性輸出陣列

返回:
sscalar or ndarray

函數值

spscalar or ndarray

關於 x 的導數值

參見

obl_ang1_cv