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 027c436 commit 065521aCopy full SHA for 065521a
src/specialfunctions.jl
@@ -3,9 +3,6 @@
3
# project to interval if we are not on the interview
4
# TODO: need to work out how to set piecewise domain
5
6
-
7
-scaleshiftdomain(f::Fun,sc,sh) = setdomain(f,sc*domain(f)+sh)
8
9
/(c::Number,f::Fun{S}) where {S<:ContinuousSpace} = Fun(map(f->c/f,components(f)),PiecewiseSpace)
10
^(f::Fun{S},c::Integer) where {S<:ContinuousSpace} = Fun(map(f->f^c,components(f)),PiecewiseSpace)
11
^(f::Fun{S},c::Number) where {S<:ContinuousSpace} = Fun(map(f->f^c,components(f)),PiecewiseSpace)
0 commit comments