Hi, apologies if this is a silly question. Im having some confusion with the following code:
(with-precision 3 (/ 36.02M 4.00M)) 9.01M This is what i would expect. This however: (with-precision 3 (/ (reduce + [15.00M 15.01M 3.00M 3.01M]) 4.0M)) 9M Seems a bit odd? Or am I missing something obvious :( Thanks for any help. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en