pub const F32_TOLERANCE: f32 = 0.00034526698_f32;
Expand description
The default tolerance used for f32
. Equivalent to f32::EPSILON.sqrt()
(or 0.00034526698_f32
), as we assume that around half of the precision
bits of any arbitrary value have been rounded away.