[][src]Constant almost::F32_TOLERANCE

pub const F32_TOLERANCE: f32

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.