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.airy¶
- scipy.special.airy(z) = <ufunc 'airy'>¶
Airy functions and their derivatives.
Parameters: z : float or complex
Argument.
Returns: Ai, Aip, Bi, Bip
Airy functions Ai and Bi, and their derivatives Aip and Bip
Notes
The Airy functions Ai and Bi are two independent solutions of y’‘(x) = x y.