{"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*Math.pow(10,6) / Math.pow(10,6))","IsDeferred":false}]}