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


When I do (/ 411 125) , I do not find it in the context of decimal. How do i do this

  user & gt; (Float (/ 411 125)) 3.288 users & gt; (Double (/ 411 125) 3.288  

Comments

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -