Skip to content

Commit 9de8f2c

Browse files
committed
restore SpecialFunctions
1 parent 5bb4478 commit 9de8f2c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/ApproxFunOrthogonalPolynomials.jl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,20 @@ import FastTransforms: ChebyshevTransformPlan, IChebyshevTransformPlan, plan_che
7878

7979
import BlockBandedMatrices: blockbandwidths, subblockbandwidths
8080

81+
# we need to import all special functions to use Calculus.symbolic_derivatives_1arg
82+
# we can't do importall Base as we replace some Base definitions
83+
import SpecialFunctions: sinpi, cospi, airy, besselh,
84+
asinh, acosh,atanh, erfcx, dawson, erf, erfi,
85+
sin, cos, sinh, cosh, airyai, airybi, airyaiprime, airybiprime,
86+
hankelh1, hankelh2, besselj, besselj0, bessely, besseli, besselk,
87+
besselkx, hankelh1x, hankelh2x, exp2, exp10, log2, log10,
88+
tan, tanh, csc, asin, acsc, sec, acos, asec,
89+
cot, atan, acot, sinh, csch, asinh, acsch,
90+
sech, acosh, asech, tanh, coth, atanh, acoth,
91+
expm1, log1p, lfact, sinc, cosc, erfinv, erfcinv, beta, lbeta,
92+
eta, zeta, gamma, polygamma, invdigamma, digamma, trigamma,
93+
abs, sign, log, expm1, tan, abs2, sqrt, angle, max, min, cbrt, log,
94+
atan, acos, asin, erfc, inv
8195

8296
include("ultraspherical.jl")
8397
include("Domains/Domains.jl")

0 commit comments

Comments
 (0)