{"ScriptPreparationCode":"var randomFloat = 0.123456789;","TestCases":[{"Name":"toFixed(6)","Code":"Number(randomFloat.toFixed(6));","IsDeferred":false},{"Name":"toPrecision(6)","Code":"Number(randomFloat.toPrecision(6));","IsDeferred":false},{"Name":"Math.round() ","Code":"Math.round(randomFloat*1000000 / 1000000)","IsDeferred":false}]}