airy
Airy function Ai(z) or Bi(z) (and derivatives).
Syntax
Section titled “Syntax”W = airy(Z)W = airy(k, Z)W = airy(k, Z, scale)Description
Section titled “Description”Returns one of the four Airy variants based on integer k:
k = 0(default) — Ai(z)k = 1— Ai’(z) (derivative)k = 2— Bi(z)k = 3— Bi’(z)
With scale = 1, returns the scaled form to handle large arguments without overflow.
Example
Section titled “Example”airy(0) % ≈ 0.3550See also
Section titled “See also”besselj— Bessel function of the first kind, J_n(x).