When I divide numbers in clojure I get a fraction , how do I get the decimal?

Viewed 30918

When I do (/ 411 125) , I don't get it in terms of decimal. How do I do that?

6 Answers
Related