Fork me on GitHub
#mathematics
<
2024-07-23
Luis Cerritos23:07:52

Hello friends. I am struggling a little with Clojure and math 😛 I am doing something so simple like the product of 155.39 and 100, that everybody know than is 15539, but Clojure is doing things like: (* 155.39 100) => 15538.999999999998

Luis Cerritos23:07:14

Anybody has an idea on why on how to solve it?