bisection | R Documentation |
Bisection
bisection(f, a = 100, b = 1e-10, i_max = 100, tol = 1e-10)
f |
function |
a |
max |
b |
min |
i_max |
max iterations |
tol |
Convergence tolerance |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.