maxinteger/pocket-lisp-stdlib

Bug in division

vektor8891 opened this issue · 0 comments

(print (/ 889892169 10000)) ; > 88989.2169 - correct
(print (/ 889892169 100000)) ; > 8898.921689999999 - why???
(print (/ 889892169 1000000)) ; > 889.892169 - correct