Skip to content

Commit d236462

Browse files
simonbyrneararslan
authored andcommitted
Airy function cleanup (#18050)
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.
1 parent f8b0882 commit d236462

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/src/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -517,11 +517,11 @@ asind acosd atand acotd asecd acscd
517517
| [`lbeta(x,y)`](@ref) | accurate `log(beta(x,y))` for large `x` or `y` |
518518
| [`eta(x)`](@ref) | [Dirichlet eta function](https://en.wikipedia.org/wiki/Dirichlet_eta_function) at `x` |
519519
| [`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` |
525525
| [`besselj(nu,z)`](@ref) | [Bessel function](https://en.wikipedia.org/wiki/Bessel_function) of the first kind of order `nu` at `z` |
526526
| [`besselj0(z)`](@ref) | `besselj(0,z)` |
527527
| [`besselj1(z)`](@ref) | `besselj(1,z)` |

0 commit comments

Comments
 (0)