UNPKG

math.acosh

Version:

An ES-spec-compliant Math.acosh shim/polyfill/replacement that works as far down as ES3

8 lines (5 loc) 263 B
import getPolyfill from 'math.acosh/polyfill'; export default getPolyfill(); export { default as getPolyfill } from 'math.acosh/polyfill'; export { default as implementation } from 'math.acosh/implementation'; export { default as shim } from 'math.acosh/shim';