... you: (/ 22 7) -> 22/7 As you can see, Clojure has a built-in ratio type. ... you can get the integer quotient and remainder with quot and rem: (quot 22 ...
確定! 回上一頁