atanh

1.0.1 • Public • Published

atanh Build Status

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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i atanh

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • arthurvr