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