powered by
The resulting function linearly scales the input and passes it to the original function.
convertSide(f, x1, x2)
a function defined on [x1,x2]
numeric vector of length 1; if longer, only the first element is used
Returns a new function defined on [0,1] (scaled input).
The function works for x1<x2 and x1>x2.
'>FuzzyNumber
Other auxiliary: approxInvert(), convertAlpha()
approxInvert()
convertAlpha()