wallet-core/node_modules/core-js/modules/es6.number.epsilon.js
2016-10-10 03:43:44 +02:00

4 lines
122 B
JavaScript

// 20.1.2.1 Number.EPSILON
var $export = require('./_export');
$export($export.S, 'Number', {EPSILON: Math.pow(2, -52)});