We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b6ea5 commit b3c5fb5Copy full SHA for b3c5fb5
src/Spaces/Chebyshev/Chebyshev.jl
@@ -25,7 +25,7 @@ Chebyshev(d) = Chebyshev(Domain(d))
25
NormalizedChebyshev() = NormalizedPolynomialSpace(Chebyshev())
26
NormalizedChebyshev(d) = NormalizedPolynomialSpace(Chebyshev(d))
27
28
-function Base.getproperty(S::Chebyshev{<:Any,<:Any},v::symbol)
+function Base.getproperty(S::Chebyshev{<:Any,<:Any},v::Symbol)
29
if v==:b || v==:a
30
-0.5
31
else
0 commit comments