pub trait FloatFunction: Fn(f64) -> f64 { }
Expand description

“Trait alias” for f64-to-f64 functions

Implementors