Function revonet::math::max [] [src]

pub fn max(xs: &Vec<f32>) -> f32

Find maximal element in a given vector.

Arguments:

  • xs - reference to a vector.