erikwiffin / 0.30000000000000004

Floating Point Math Examples

Home Page:https://0.30000000000000004.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clojure improvements

crinklywrappr opened this issue · comments

;; Bigdecimal support
(+ 0.1M 0.2M)
; => 0.3

;; Ratios
(+ 1/10 2/10)
;=> 3/10

Looks like it's already been taken care of.