Trait Min
float
pub trait Min { fn min(self, other: Self) -> Self; }
Minimum value.
fn min(self, other: Self) -> Self
Returns the minimum value of self or other.
impl Min for f32
impl Min for f64