UNPKG

polyfill-service

Version:
6 lines (4 loc) 82 B
Math.cosh = function cosh(x) { var y = Math.exp(x); return (y + 1 / y) / 2; };