inverse {RationalExp} | R Documentation |
This function implements the numerical inverse of the function f.
inverse(f, lower = -3, upper = 3)
f |
the function to be inverted |
lower |
a lower bound for the inverse |
upper |
an lower bound for the inverse |