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