Description Usage Arguments Value
View source: R/data_generation_utils.R
Binary search
1 | binary_search(fun, target_value, lower, upper, epsilon = 1e-06, ...)
|
fun |
a function to test the boundary values |
target_value |
the target value |
lower |
a lower boundary |
upper |
an upper boundary |
epsilon |
the minimum interval size of lower,upper |
... |
an approximation of the target value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.