pub fn fcmp<T>(lhs: &T, rhs: &T) -> Orderingwhere
    T: Float,
Expand description

A comparison function on Float data types that work with NaN.