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