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

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

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