Licson Lee says to Ow< [MSFW] module.exports = function tanh(x) { var y = Math.exp(-2 * x); return (y + 1) / (y - 1); }