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 => 2.22044604925031308085e-16;