aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/test/math/tanh/implement.js
blob: 8503711f453bf935eb2438403b24e9ce283be74e (plain)
1
2
3
4
5
6
7
"use strict";

var isImplemented = require("../../../math/tanh/is-implemented");

module.exports = function (a) {
 a(isImplemented(), true);
};