Skip to content

Commit b70b52b

Browse files
authored
Also import deprecated functions from Base (#21)
1 parent 12c257f commit b70b52b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SpecialFunctions.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ if VERSION >= v"0.6.0-dev.2767"
1010
besseljx, besselk, besselkx, bessely, bessely0, bessely1, besselyx,
1111
hankelh1, hankelh1x, hankelh2, hankelh2x,
1212
dawson, erf, erfc, erfcinv, erfcx, erfi, erfinv,
13-
eta, digamma, invdigamma, polygamma, trigamma, zeta
13+
eta, digamma, invdigamma, polygamma, trigamma, zeta,
14+
# deprecated
15+
airy, airyx, airyprime
1416
else
1517
export
1618
airyai,

0 commit comments

Comments
 (0)