competitive_
library
0.1.0
In competitive_
library::
other::
ternary_
search
competitive_library
::
other
::
ternary_search
Function
ternary_search
Copy item path
Source
pub fn ternary_search(low:
f64
, high:
f64
, f:
Box
<dyn
Fn
(
f64
) ->
f64
>) ->
f64