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

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

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