Function abs

Source
pub fn abs(x: &[f64]) -> f64
Expand description

n-dimensional absolute value: f(x) = |x₁| + |x₂| + … + |xₙ|