{"ScriptPreparationCode":"var x = Math.random();","TestCases":[{"Name":"x ** 0.5","Code":"x ** 0.5;","IsDeferred":false},{"Name":"Math.pow(x, 0.5)","Code":"Math.pow(x, 0.5);","IsDeferred":false},{"Name":"Math.sqrt(x)","Code":"Math.sqrt(x);","IsDeferred":false}]}