Function angle_sc::is_small

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

Check whether value <= tolerance.