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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    4
  • 0.9.0
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i math-tanh

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • arthurvr