Function min_max

Source
pub fn min_max<S>(a: S, b: S) -> (S, S)
where S: Float,