atanh
v1.0.1
Published
A ponyfill for ES6 Math.atanh
Downloads
3
Maintainers
Readme
atanh
A ponyfill for ES6 Math.atanh.
Ponyfill: a polyfill that does not overwrite the native method
Install
$ npm install --save atanh
Usage
var atanh = require('atanh');
atanh(0.34);
//=> 0.354092528962243
API
atanh(num)
num
Required
Type: number
License
MIT © Arthur Verschaeve