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

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

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