Function in_range

Source
pub fn in_range(range: (f64, f64), x: f64) -> bool
Expand description

\return true if \p x is in the inclusive range P.x .. P.y.