pub fn max_f32( data: &[f32], mask: Option<&Bitmask>, null_count: Option<usize>, ) -> Option<f32>
Returns the maximum of a f32 slice.
f32