Function rin::math::abs [−][src]
pub fn abs<T>(a: &T) -> T where
T: Signed,
👎 Deprecated:
use the inherent method Matrix::abs
or RealField::abs
instead
The absolute value of a
.
Deprecated: Use Matrix::abs or [RealField::abs] instead.