clojure icon indicating copy to clipboard operation
clojure copied to clipboard

Update README.md

Open ghost opened this issue 6 years ago • 0 comments

A tiny typo was witnessed.

(.divide (java.math.BigDecimal. "42") 2K)
;=> 21M

; what's this M for?
(type 2M)
;=> java.math.BigDecimal```

The 2K should be 2M, I reckon.

ghost avatar Mar 01 '20 07:03 ghost