Bug in division
vektor8891 opened this issue · 0 comments
vektor8891 commented
(print (/ 889892169 10000)) ; > 88989.2169 - correct
(print (/ 889892169 100000)) ; > 8898.921689999999 - why???
(print (/ 889892169 1000000)) ; > 889.892169 - correct
vektor8891 opened this issue · 0 comments
(print (/ 889892169 10000)) ; > 88989.2169 - correct
(print (/ 889892169 100000)) ; > 8898.921689999999 - why???
(print (/ 889892169 1000000)) ; > 889.892169 - correct