FLT_EPSILON property

double get FLT_EPSILON

Difference between 1 and the least value greater than 1 that is representable.

Implementation

double get FLT_EPSILON => 1.19209290e-07;