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