{"ScriptPreparationCode":"var someFloat = 926.896;","TestCases":[{"Name":"fixed","Code":"someFloat.toFixed(2);","IsDeferred":false},{"Name":"precision","Code":"someFloat.toPrecision(2).toString();","IsDeferred":false},{"Name":"math round","Code":"(Math.round(someFloat*10000)/10000).toString();","IsDeferred":false}]}