@@ -78,6 +78,20 @@ import FastTransforms: ChebyshevTransformPlan, IChebyshevTransformPlan, plan_che
78
78
79
79
import BlockBandedMatrices: blockbandwidths, subblockbandwidths
80
80
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
81
95
82
96
include (" ultraspherical.jl" )
83
97
include (" Domains/Domains.jl" )
0 commit comments