Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / node_modules / core-js / library / modules / es6.number.epsilon.js
1 // 20.1.2.1 Number.EPSILON
2 var $export = require('./_export');
3
4 $export($export.S, 'Number', {EPSILON: Math.pow(2, -52)});