biofriction-wp-theme/node_modules/core-js/modules/es6.number.epsilon.js

5 lines
125 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
// 20.1.2.1 Number.EPSILON
var $export = require('./_export');
$export($export.S, 'Number', { EPSILON: Math.pow(2, -52) });