{"aliases":["es6"],"browsers":{"android":"*","bb":"*","chrome":"1 - 37","firefox":"1 - 24","ie":"*","ie_mob":"10 - *","ios_chr":"*","ios_saf":"4 - 7","opera":"10 - 20","op_mob":"*","op_mini":"*","safari":"4 - 7","firefox_mob":"1 - 24"},"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/asinh","spec":"http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.asinh","baseDir":"Math/asinh","hasTests":true,"rawSource":"\n// Math.asinh\nMath.asinh = function asinh(x) {\n\treturn x === -Infinity ? x : Math.log(x + Math.sqrt(x * x + 1));\n};\n","minSource":"Math.asinh=function(t){return t===-(1/0)?t:Math.log(t+Math.sqrt(t*t+1))};","detectSource":"'asinh' in Math"}