{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.math.cosh.js"],"names":["$export","require","exp","Math","S","cosh","x"],"mappings":";AACA,GAAIA,SAAUC,QAAQ,WAAR,CAAd;AACIC,IAAUC,KAAKD,GADnB;;AAGAF,QAAQA,QAAQI,CAAhB,CAAmB,MAAnB,CAA2B;AACzBC,KAAM,QAASA,KAAT,CAAcC,CAAd,CAAgB;AACpB,MAAO,CAACJ,IAAII,EAAI,CAACA,CAAT,EAAcJ,IAAI,CAACI,CAAL,CAAf,EAA0B,CAAjC;AACD,CAHwB,CAA3B","file":"es6.math.cosh.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// 20.2.2.12 Math.cosh(x)\nvar $export = require('./_export')\n  , exp     = Math.exp;\n\n$export($export.S, 'Math', {\n  cosh: function cosh(x){\n    return (exp(x = +x) + exp(-x)) / 2;\n  }\n});"]}