Function na::abs

source · []
pub fn abs<T>(a: &T) -> T where
    T: Signed
👎 Deprecated:

use the inherent method Matrix::abs or ComplexField::abs instead

Expand description

The absolute value of a.

Deprecated: Use Matrix::abs or ComplexField::abs instead.