Function ndarray_rand::rand_distr::num_traits::sign::abs_sub
source ยท pub fn abs_sub<T>(x: T, y: T) -> Twhere
T: Signed,
Expand description
The positive difference of two numbers.
Returns zero if x
is less than or equal to y
, otherwise the difference
between x
and y
is returned.