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

ios - Form Sheet content disappearing -

MySql variables and php -

php - Laravel - Overriding a resource route into a different route filter group -