Function ternary_search

Source
pub fn ternary_search(low: f64, high: f64, f: Box<dyn Fn(f64) -> f64>) -> f64