1.0.0[−][src]Constant std::f32::EPSILON
pub const EPSILON: f32 = 1.1920929e-7f32;
Machine epsilon value for f32
.
This is the difference between 1.0
and the next larger representable number.
pub const EPSILON: f32 = 1.1920929e-7f32;
Machine epsilon value for f32
.
This is the difference between 1.0
and the next larger representable number.