implement.js 145 Bytes
"use strict";

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

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