uapte
This commit is contained in:
-5
@@ -1,5 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
var isImplemented = require("../../../math/tanh/is-implemented");
|
||||
|
||||
module.exports = function (a) { a(isImplemented(), true); };
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = require("./shim");
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (t, a) { a(typeof t(), "boolean"); };
|
||||
-11
@@ -1,11 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (t, a) {
|
||||
a(t({}), NaN, "NaN");
|
||||
a(t(0), 0, "Zero");
|
||||
a(t(Infinity), 1, "Infinity");
|
||||
a(t(-Infinity), -1, "-Infinity");
|
||||
a(t(1), 0.7615941559557649, "1");
|
||||
a(t(Number.MAX_VALUE), 1);
|
||||
a(t(-Number.MAX_VALUE), -1);
|
||||
};
|
||||
Reference in New Issue
Block a user