UNPKG

187 BJavaScriptView Raw
1var $ = require('../internals/export');
2
3// `Number.EPSILON` constant
4// https://tc39.es/ecma262/#sec-number.epsilon
5$({ target: 'Number', stat: true }, {
6 EPSILON: Math.pow(2, -52)
7});