... (quot 10 3) ;;=> 3 (rem 10 3) ;;=> 1 Clojure supports big numbers, and they are Java's BigDecimal. The bigdec function casts any number to BigDecimal.
確定! 回上一頁