Description Usage Arguments Value Author(s)
Solves equation f(x) = y numerically for x
1 | bisection.method(y, f, limits, tol=10*.Machine$double.eps, ...)
|
y |
Value that f should attain (numeric scalar) |
f |
Function to be inverted (function; should be strictly monotonous) |
limits |
Search interval (vector of length 2; must contain solution!) |
tol |
Value |
... |
Argument to be passed to methods. |
x |
Such that f(x) = y |
Lisa Allmesberger Fabian Bergs Stefan Immler Michael Kässmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.