scipy.special.pbdv#

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

抛物柱函数 D

返回抛物柱函数 Dv(x) 的 d 和导数,Dv’(x) 的 dp。

参数:
varray_like

实数参数

xarray_like

实数参数

outndarray,可选

函数结果的可选输出数组

返回:
d标量或 ndarray

函数的值

dp标量或 ndarray

对 x 的导数值