{"ScriptPreparationCode":null,"TestCases":[{"Name":"trunc","Code":"Math.trunc(13.37123123 * 1_000_000) / 1_000_000\r\nMath.trunc(13.67123123 * 1_000_000) / 1_000_000","IsDeferred":false},{"Name":"round","Code":"Math.round(13.37123123, 6)\r\nMath.round(13.67123123, 6)","IsDeferred":false},{"Name":"floor","Code":"Math.floor(13.37123123, 6)\r\nMath.floor(13.67123123, 6)","IsDeferred":false}]}