UNPKG
care-js
Version:
latest (3.3.4)
3.3.4
Standard library
care-js
/
modules
/
es.number.epsilon.js
8 lines
(6 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
$
=
require
(
'../internals/export'
);
//
`Number.EPSILON`
constant /
/ https:/
/tc39.github.io/ecma
262/
#sec-number.epsilon
$(
{
target:
'Number'
,
stat:
true
}, {
EPSILON
:
Math
.pow(
2
, -
52
) });