blob: c909af7c300b22058a73292904f0b171ac893e13 [file] [log] [blame]
'use strict';
var isImplemented = require('../../../math/fround/is-implemented');
module.exports = function (a) { a(isImplemented(), true); };