math-tanh
v1.0.0
Published
Ponyfill for ES6 Math.tanh
Downloads
9
Maintainers
Readme
math-tanh
A ponyfill for ES6 Math.tanh
Ponyfill: A polyfill that doesn't overwrite the native method
Installation
$ npm install --save math-tanh
Usage
var mathTanh = require('math-tanh');
mathTanh(1);
//=> 0.7615941559557649
License
MIT © Arthur Verschaeve