scipy.special.pbdv#

scipy.special.pbdv(v, x, out=None) = <ufunc 'pbdv'>#

抛物柱面函数 D

返回 (d, dp),其中 d 为抛物柱面函数 Dv(x) 的值,dp 为其导数 Dv’(x)。

参数:
varray_like

实参数

xarray_like

实参

outndarray, 可选

用于函数结果的可选输出数组

返回:
d标量或 ndarray

函数的值

dp标量或 ndarray

相对于 x 的导数的值