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