{"ScriptPreparationCode":"var x = (function (x) {\r\n x.length = 1 \u003C\u003C 16;\r\n for (var i = 0; i \u003C x.length; i\u002B\u002B) {\r\n x[i] = Math.random();\r\n }\r\n return x;\r\n})([]);","TestCases":[{"Name":"Math.pow(10, x)","Code":"var y = [];\r\ny.length = x.length;\r\nfor (var i = 0; i \u003C y.length; i\u002B\u002B) {\r\n y[i] = Math.pow(10, x[i]);\r\n}","IsDeferred":false},{"Name":"Math.exp(Math.LN10 * x)","Code":"var y = [];\r\ny.length = x.length;\r\nfor (var i = 0; i \u003C y.length; i\u002B\u002B) {\r\n var y = Math.exp(Math.LN10 * x[i]);\r\n}","IsDeferred":false}]}