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

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

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