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

node_modules.core-js.library.modules.es6.number.epsilon.js Maven / Gradle / Ivy

The newest version!
// 20.1.2.1 Number.EPSILON
var $export = require('./_export');

$export($export.S, 'Number', { EPSILON: Math.pow(2, -52) });




© 2015 - 2024 Weber Informatics LLC | Privacy Policy