Skip to content

Commit 5dca872

Browse files
committed
import lgamma from FastTransforms
1 parent 6ced7d8 commit 5dca872

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FastTransforms = "0.5, 0.6"
3232
FillArrays = "0.6, 0.7"
3333
IntervalSets = "0.3.1"
3434
Reexport = "0.2"
35-
SpecialFunctions = "0.7,0.8"
35+
SpecialFunctions = "0.7, 0.8"
3636
julia = "1"
3737

3838
[extras]

src/ApproxFunOrthogonalPolynomials.jl

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,25 +74,11 @@ import LinearAlgebra: BlasInt, BlasFloat, norm, ldiv!, mul!, det, eigvals, dot,
7474

7575
import FastTransforms: ChebyshevTransformPlan, IChebyshevTransformPlan, plan_chebyshevtransform,
7676
plan_chebyshevtransform!, plan_ichebyshevtransform, plan_ichebyshevtransform!,
77-
pochhammer
77+
pochhammer, lgamma
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, 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+
9682
include("ultraspherical.jl")
9783
include("Domains/Domains.jl")
9884
include("Spaces/Spaces.jl")

0 commit comments

Comments
 (0)