I see- Sounds like we're on the same page. :) --- Joseph Smith [email protected] (402)601-5443
On Nov 30, 2009, at 11:14 AM, John Harrop wrote: > On Mon, Nov 30, 2009 at 7:07 AM, Joseph Smith <[email protected]> > 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 [email protected] > Note that posts from new members are moderated - please be patient > with your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
