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 309fdae commit 1fc0486Copy full SHA for 1fc0486
src/docs.jl
@@ -454,8 +454,10 @@ itransform(::Space, ::AbstractVector)
454
"""
455
evaluate(coefficients::AbstractVector, sp::Space, x)
456
457
-Evaluates the expansion at a point `x`.
458
-If `x` is in the domain, then this should return zero.
+Evaluates the expansion at a point `x` that lies in `domain(sp)`.
+If `x` is not in the domain, the returned value will depend on the space,
459
+and should not be relied upon. See [`extrapolate`](@ref) to evaluate a function
460
+at a value outside the domain.
461
462
evaluate(::AbstractVector, ::Space, _)
463
0 commit comments