math-tanh

1.0.0 • Public • Published

math-tanh Build Status

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

/math-tanh/

    Package Sidebar

    Install

    npm i math-tanh

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • arthurvr