Tcsm
2023-05-17 42058070e884f1aad7927899b57f16d787356069
1
2
3
4
// 20.1.2.1 Number.EPSILON
var $export = require('./_export');
 
$export($export.S, 'Number', { EPSILON: Math.pow(2, -52) });