is_within_tolerance

Function is_within_tolerance 

Source
pub fn is_within_tolerance(value: f64, target: f64, tolerance: f64) -> bool
Expand description

Check if a value is within a tolerance of a target.