epsilon property
num
get
epsilon
The value of Number.EPSILON is the difference between 1 and the smallest value greater than 1 that is representable as a Number value, which is approximately: 2.2204460492503130808472633361816 x 10−16.
Implementation
static _i2.num get epsilon => _i6.getProperty(
_i7.target2,
'EPSILON',
);