project files added
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
if (!require("./is-implemented")()) {
|
||||
Object.defineProperty(Number, "EPSILON", { value: require("./"),
|
||||
configurable: false,
|
||||
enumerable: false,
|
||||
writable: false });
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = 2.220446049250313e-16;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function () {
|
||||
return typeof Number.EPSILON === "number";
|
||||
};
|
||||
Reference in New Issue
Block a user