@@ -74,25 +74,11 @@ import LinearAlgebra: BlasInt, BlasFloat, norm, ldiv!, mul!, det, eigvals, dot,
74
74
75
75
import FastTransforms: ChebyshevTransformPlan, IChebyshevTransformPlan, plan_chebyshevtransform,
76
76
plan_chebyshevtransform!, plan_ichebyshevtransform, plan_ichebyshevtransform!,
77
- pochhammer
77
+ pochhammer, lgamma
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, lgamma, polygamma, invdigamma, digamma, trigamma,
93
- abs, sign, log, expm1, tan, abs2, sqrt, angle, max, min, cbrt, log,
94
- atan, acos, asin, erfc, inv
95
-
81
+
96
82
include (" ultraspherical.jl" )
97
83
include (" Domains/Domains.jl" )
98
84
include (" Spaces/Spaces.jl" )
0 commit comments