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

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

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