UNPKG

polyfill-service

Version:
4 lines (3 loc) 77 B
Math.atanh = function atanh(x) { return Math.log((1 + x) / (1 - x)) / 2; };