Skip to content

Commit 414669c

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 b2d4ecb commit 414669c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/src/special.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,14 @@ Base.Math.digamma
184184
Base.Math.invdigamma
185185
Base.Math.trigamma
186186
Base.Math.polygamma
187-
Base.Math.airy
188187
Base.Math.airyai
189-
Base.Math.airyprime
190188
Base.Math.airyaiprime
189+
Base.Math.airyaix
190+
Base.Math.airyaiprimex
191191
Base.Math.airybi
192192
Base.Math.airybiprime
193-
Base.Math.airyx
193+
Base.Math.airybix
194+
Base.Math.airybiprimex
194195
Base.Math.besselj0
195196
Base.Math.besselj1
196197
Base.Math.besselj

0 commit comments

Comments
 (0)