{"ScriptPreparationCode":"var a1 = 148423134.4;\r\nvar a2 = -462841;\r\nvar a3 = 0;\r\n\r\nvar customAbs= function(input){\r\n return (input \u002B (input \u003E\u003E 31)) ^ (input \u003E\u003E 31);\r\n}","TestCases":[{"Name":"Math","Code":"Math.abs(a1);\r\nMath.abs(a2);\r\nMath.abs(a3);","IsDeferred":false},{"Name":"custom","Code":"customAbs(a1);\r\ncustomAbs(a2);\r\ncustomAbs(a3);","IsDeferred":false}]}