SpiceQA
Questions
Tags
Users
Badges
When I divide numbers in clojure I get a fraction , how do I get the decimal?
user_82368
0
Created Oct 20, 2009
Edited Oct 20, 2009
Viewed 30918
Follow
When I do
(/ 411 125)
, I don't get it in terms of decimal. How do I do that?
numbers
floating-point
math
clojure
89
0
Add comment
+
Share
6 Answers
Related