sindresorhus / acosh

ES2015 Math.acosh() ponyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


acosh

ES2015 Math.acosh() ponyfill

Install

$ npm install acosh

Usage

const acosh = require('acosh');

acosh(2);
//=> 1.3169578969248166

About

ES2015 Math.acosh() ponyfill

License:MIT License


Languages

Language:JavaScript 100.0%