scipy.special.pbvv â SciPy v1.15.2 Manual (original) (raw)
scipy.special.pbvv(v, x, out=None) = <ufunc 'pbvv'>#
Parabolic cylinder function V
Returns the parabolic cylinder function Vv(x) in v and the derivative, Vvâ(x) in vp.
Parameters:
varray_like
Real parameter
xarray_like
Real argument
outndarray, optional
Optional output array for the function results
Returns:
vscalar or ndarray
Value of the function
vpscalar or ndarray
Value of the derivative vs x