(Math/ceil 2.0001) ;; -> 3.0 (Math/floor 2.999) ;; -> 2.0 You'll notice these functions return decimal numbers. Wrap calls to ceil or floor in int to return ...
確定! 回上一頁