pub fn is_zero_approx(s: f32) -> bool
Returns true if s is zero or almost zero.
s
This method is faster than using is_equal_approx with one value as zero.