UNPKG

polyfill-service

Version:
2 lines (1 loc) 54 B
Math.acosh = x => Math.log(x + Math.sqrt(x * x - 1));