{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.math.cbrt.js"],"names":["$export","require","sign","S","cbrt","x","Math","pow","abs"],"mappings":";AACA,GAAIA,SAAUC,QAAQ,WAAR,CAAd;AACIC,KAAUD,QAAQ,cAAR,CADd;;AAGAD,QAAQA,QAAQG,CAAhB,CAAmB,MAAnB,CAA2B;AACzBC,KAAM,QAASA,KAAT,CAAcC,CAAd,CAAgB;AACpB,MAAOH,MAAKG,EAAI,CAACA,CAAV,EAAeC,KAAKC,GAAL,CAASD,KAAKE,GAAL,CAASH,CAAT,CAAT,CAAsB,EAAI,CAA1B,CAAtB;AACD,CAHwB,CAA3B","file":"es6.math.cbrt.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// 20.2.2.9 Math.cbrt(x)\nvar $export = require('./_export')\n  , sign    = require('./_math-sign');\n\n$export($export.S, 'Math', {\n  cbrt: function cbrt(x){\n    return sign(x = +x) * Math.pow(Math.abs(x), 1 / 3);\n  }\n});"]}