macro_rules! bisection { ($f:expr, ($a:expr, $b:expr), $max_iter:expr, $tol:expr) => { ... }; }
High level macro for bisection
f
Fn(f64) -> f64
(a, b)
(f64, f64)
max_iter
usize
tol
f64