'use strict'; var isImplemented = require('../../../math/atanh/is-implemented'); module.exports = function (a) { a(isImplemented(), true); };