Skip to content

Commit

Permalink
Also import deprecated functions from Base (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Feb 11, 2017
1 parent 12c257f commit b70b52b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SpecialFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ if VERSION >= v"0.6.0-dev.2767"
besseljx, besselk, besselkx, bessely, bessely0, bessely1, besselyx,
hankelh1, hankelh1x, hankelh2, hankelh2x,
dawson, erf, erfc, erfcinv, erfcx, erfi, erfinv,
eta, digamma, invdigamma, polygamma, trigamma, zeta
eta, digamma, invdigamma, polygamma, trigamma, zeta,
# deprecated
airy, airyx, airyprime
else
export
airyai,
Expand Down

0 comments on commit b70b52b

Please sign in to comment.