{"ScriptPreparationCode":"var a = 14543630892.678034;\r\nvar b = 23445842646.499996;","TestCases":[{"Name":"Floor first","Code":"Math.min(Math.floor(a), Math.floor(b));","IsDeferred":false},{"Name":"Min First","Code":"Math.floor(Math.min(a, b));","IsDeferred":false},{"Name":"Inline If","Code":"Math.floor( a \u003C b ? a : b )","IsDeferred":false}]}