{"ScriptPreparationCode":"var n = 1.234567;","TestCases":[{"Name":"Math.pow","Code":"var x = Math.pow(n, 4);","IsDeferred":false},{"Name":"Exponentiation","Code":"var y = n ** 4;","IsDeferred":false},{"Name":"Multiplication","Code":"var y = n * n * n * n;","IsDeferred":false}]}