This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-07-23
Channels
- # announcements (2)
- # babashka (3)
- # beginners (20)
- # cljs-dev (3)
- # clojure-europe (40)
- # clojure-nl (1)
- # clojure-norway (9)
- # clojure-uk (4)
- # cursive (18)
- # datalevin (6)
- # datomic (7)
- # docker (15)
- # gratitude (1)
- # hyperfiddle (6)
- # leiningen (5)
- # mathematics (2)
- # nbb (7)
- # off-topic (20)
- # other-languages (2)
- # releases (1)
- # remote-jobs (9)
- # ring (20)
- # rum (1)
- # sql (7)
- # tools-deps (13)
- # xtdb (1)
#mathematics
<
2024-07-23Hello 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
Anybody has an idea on why on how to solve it?