scipy.special.pbdv — SciPy v1.15.2 Manual (original) (raw)

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

Parabolic cylinder function D

Returns (d, dp) the parabolic cylinder function Dv(x) in d and the derivative, Dv’(x) in dp.

Parameters:

varray_like

Real parameter

xarray_like

Real argument

outndarray, optional

Optional output array for the function results

Returns:

dscalar or ndarray

Value of the function

dpscalar or ndarray

Value of the derivative vs x