Skip to content

Commit f4f30d7

Browse files
authored
Add ApproxFunBase and specialfunction tests (#283)
1 parent 26bee32 commit f4f30d7

File tree

3 files changed

+475
-1
lines changed

3 files changed

+475
-1
lines changed

src/specialfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818
^(f::Fun{Jacobi},k::Integer) = intpow(f,k)
1919
^(f::Fun{Jacobi},k::Real) = Fun(f,Chebyshev)^k
2020

21-
21+
log(f::Fun{<:PolynomialSpace{<:ChebyshevInterval}}) = invoke(log, Tuple{Fun}, f)
2222
function log(f::Fun{<:PolynomialSpace{<:IntervalOrSegment}})
2323
g = log(setdomain(f, ChebyshevInterval()))
2424
setdomain(g, domain(f))

0 commit comments

Comments
 (0)