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