2.0.0 • Published 3 years ago

math-sinh v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Deprecated as this is now natively available in all modern browsers and Node.js versions.


math-sinh

ES2015 Math.sinh() ponyfill

Install

$ npm install --save math-sinh

Usage

var mathSinh = require('math-sinh');

mathSinh(1);
//=> 1.1752011936438014

License

MIT © Sindre Sorhus