This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.airye¶
- scipy.special.airye(z) = <ufunc 'airye'>¶
Exponentially scaled Airy functions and their derivatives.
Scaling:
eAi = Ai * exp(2.0/3.0*z*sqrt(z)) eAip = Aip * exp(2.0/3.0*z*sqrt(z)) eBi = Bi * exp(-abs((2.0/3.0*z*sqrt(z)).real)) eBip = Bip * exp(-abs((2.0/3.0*z*sqrt(z)).real))
Parameters: z : float or complex
Argument.
Returns: eAi, eAip, eBi, eBip
Airy functions Ai and Bi, and their derivatives Aip and Bip