inverse {RationalExp} | R Documentation |
Inverse the function f
Description
This function implements the numerical inverse of the function f.
Usage
inverse(f, lower = -3, upper = 3)
Arguments
f |
the function to be inverted |
lower |
a lower bound for the inverse |
upper |
an lower bound for the inverse |
[Package RationalExp version 0.2.2 Index]