Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/core-js-pure/modules/es.number.epsilon.js

'use strict';
var $ = require('../internals/export');

// `Number.EPSILON` constant
// https://tc39.es/ecma262/#sec-number.epsilon
$({ target: 'Number', stat: true, nonConfigurable: true, nonWritable: true }, {
  EPSILON: Math.pow(2, -52)
});
Back to Directory File Manager