Numerics#

bisection_method(f, left, right[, ...])

Implements the classic bisection method for estimating the root of batches of decreasing univariate functions

expand_bound(f, bound, side[, step_expand, ...])

Expands the left (right, respectively) search interval end point until the function f becomes positive (negative, resp.)