angle_sc

Function is_small

Source
pub fn is_small<T>(value: T, tolerance: T) -> bool
where T: PartialOrd + Copy,
Expand description

Check whether value <= tolerance.