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

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -