UNPKG
qtsd-fork
Version:
latest (0.0.2)
0.0.2
0.0.1
Do not use this please
qtsd-fork
/
example
/
node_modules
/
core-js
/
library
/
modules
/
es6.number.epsilon.js
5 lines
(3 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
// 20.1.2.1 Number.EPSILON
var
$export
=
require
(
'./_export'
);
$export
(
$export
.S,
'Number'
, { EPSILON: Math.
pow
(
2
, -
52
) });