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 -

c++ - an enclosing-function local variable cannot be referenced in a lambda body unless if it is in capture list -

Lists in scheme -