Function introsort::sort_floats [] [src]

pub fn sort_floats<T: Float>(v: &mut [T])

Sorts floating point numbers efficiently. The ordering used is | -inf | < 0 | -0 | +0 | > 0 | +inf | NaN |