pub fn min<T: PartialOrd>(x: T, y: T) -> TExpand description
Utilities for testing approximate ordering - especially true for floating point types, where NaN’s cannot be ordered.
pub fn min<T: PartialOrd>(x: T, y: T) -> TUtilities for testing approximate ordering - especially true for floating point types, where NaN’s cannot be ordered.