powered by
Inverse of a function
inverse(f, domain)
univariate function
domain of f given as (min, max) interval
a function g such that f(x) = y and g(y) = x
# NOT RUN { expinv <- inverse(exp, c(0,3)) expinv(exp(1)) # }
Run the code above in your browser using DataLab