Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
/ math-cosh Public archive

ES2015 Math.cosh() ponyfill

License

Notifications You must be signed in to change notification settings

sindresorhus/math-cosh

Repository files navigation

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


math-cosh

ES2015 Math.cosh() ponyfill

Install

$ npm install math-cosh

Usage

const mathCosh = require('math-cosh');

mathCosh(1);
//=> 1.5430806348152437

License

MIT © Sindre Sorhus