Skip to main content

max

Function max 

Source
pub fn max(values: &[f64]) -> Option<f64>
Expand description

Maximum element by total-order comparison. None if empty.