arthurvr / math-tanh

A ponyfill for ES6 Math.tanh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

math-tanh Build Status

A ponyfill for ES6 Math.tanh

Installation

$ npm install --save math-tanh

Usage

const mathTanh = require('math-tanh');

mathTanh(1);
//=> 0.7615941559557649

License

MIT © Arthur Verschaeve

About

A ponyfill for ES6 Math.tanh

License:MIT License


Languages

Language:JavaScript 100.0%