You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rearranges the different airy functions, deprecating `airy`, `airyx` and `airyprime` in favour of the more specific variants (`airyai`, `airyaiprime`, etc.), and clarifies the docs of each remaining function. Fixes #17032.
|[`lbeta(x,y)`](@ref)| accurate `log(beta(x,y))` for large `x` or `y`|
518
518
|[`eta(x)`](@ref)|[Dirichlet eta function](https://en.wikipedia.org/wiki/Dirichlet_eta_function) at `x`|
519
519
|[`zeta(x)`](@ref)|[Riemann zeta function](https://en.wikipedia.org/wiki/Riemann_zeta_function) at `x`|
520
-
|[`airy(z)`](@ref), [`airyai(z)`](@ref), `airy(0,z)`|[Airy Ai function](https://en.wikipedia.org/wiki/Airy_function) at `z`|
521
-
|[`airyprime(z)`](@ref), [`airyaiprime(z)`](@ref), `airy(1,z)`| derivative of the Airy Ai function at `z`|
522
-
|[`airybi(z)`](@ref), `airy(2,z)`|[Airy Bi function](https://en.wikipedia.org/wiki/Airy_function) at `z`|
523
-
|[`airybiprime(z)`](@ref), `airy(3,z)`| derivative of the Airy Bi function at `z`|
524
-
|[`airyx(z)`](@ref), `airyx(k,z)`| scaled Airy AI function and `k` th derivatives at `z`|
520
+
|[`airyai(z)`](@ref)|[Airy Ai function](https://en.wikipedia.org/wiki/Airy_function) at `z`|
521
+
|[`airyaiprime(z)`](@ref)| derivative of the Airy Ai function at `z`|
522
+
|[`airybi(z)`](@ref)|[Airy Bi function](https://en.wikipedia.org/wiki/Airy_function) at `z`|
523
+
|[`airybiprime(z)`](@ref)| derivative of the Airy Bi function at `z`|
524
+
|[`airyaix(z)`](@ref), [`airyaiprimex(z)`](@ref), [`airybix(z)`](@ref), [`airybiprimex(z)`](@ref)| scaled Airy AI function and `k` th derivatives at `z`|
525
525
|[`besselj(nu,z)`](@ref)|[Bessel function](https://en.wikipedia.org/wiki/Bessel_function) of the first kind of order `nu` at `z`|
0 commit comments