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