epsilon property

  1. @override
double epsilon
override

Returns the machine epsilon, that is the difference between 1 and the next larger floating point number.

Implementation

@override
double get epsilon => 1.1920928955078125e-7;