On Mon, Nov 30, 2009 at 7:07 AM, Joseph Smith <j...@uwcreations.com> wrote:
> setScale returns a new BigDecimal with a given scale, it does not change > the original value. > I did not claim otherwise. The effect of with-precision is like an implicit (.setScale foo) around every BigDecimal "foo", only more efficient since it's handled internally by the BigDecimal class and its helper, MathContext. -- 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