pub fn is_small<T>(value: T, tolerance: T) -> boolwhere
T: PartialOrd + Copy,
Expand description
Check whether value <= tolerance.
pub fn is_small<T>(value: T, tolerance: T) -> boolwhere
T: PartialOrd + Copy,
Check whether value <= tolerance.