Skip to content

Commit 1fc0486

Browse files
authored
improve evaluate docs (#801)
1 parent 309fdae commit 1fc0486

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/docs.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,10 @@ itransform(::Space, ::AbstractVector)
454454
"""
455455
evaluate(coefficients::AbstractVector, sp::Space, x)
456456
457-
Evaluates the expansion at a point `x`.
458-
If `x` is in the domain, then this should return zero.
457+
Evaluates the expansion at a point `x` that lies in `domain(sp)`.
458+
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.
459461
"""
460462
evaluate(::AbstractVector, ::Space, _)
461463

0 commit comments

Comments
 (0)