All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.modules.es.number.epsilon.js Maven / Gradle / Ivy

The newest version!
'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)
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy