Function ndarray_rand::rand_distr::num_traits::abs
source ยท pub fn abs<T>(value: T) -> Twhere
T: Signed,
Expand description
Computes the absolute value.
For f32
and f64
, NaN
will be returned if the number is NaN
For signed integers, ::MIN
will be returned if the number is ::MIN
.