{"ScriptPreparationCode":"var u = 10\r\nvar v = 20","TestCases":[{"Name":"Existing","Code":"Math.sqrt(Math.max(0, 1 - u * u - v * v));","IsDeferred":false},{"Name":"New","Code":"Math.sqrt(1 - u * u - v * v)","IsDeferred":false}]}