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