Skip to main content

abs

Function abs 

Source
pub fn abs(data: &[f32]) -> Vec<f32>
Expand description

Absolute value: result[i] = data[i].abs().