UNPKG

polyfill-service

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