Function nalgebra::abs

source ยท
pub fn abs<T: Signed>(a: &T) -> T
๐Ÿ‘ŽDeprecated: use the inherent method Matrix::abs or RealField::abs instead
Expand description

The absolute value of a.

Deprecated: Use Matrix::abs or [RealField::abs] instead.