EPSILON < Number < JavaScript
The Number EPSILON static property represents the difference between 1 and the smallest floating point number greater than 1.
console.log(Number.EPSILON);
// 2.220446049250313e-16
The Number EPSILON static property represents the difference between 1 and the smallest floating point number greater than 1.
console.log(Number.EPSILON);
// 2.220446049250313e-16