Re: Problems With BigDecimal Precision

2012-07-03 Thread Eric Scrivner
on = exponent * > when *number-of-decimal (exponent) > 15* > > HTH > > Le samedi 30 juin 2012 08:46:10 UTC+2, Eric Scrivner a écrit : >> >> Hey All, >> >> This is more than likely a newbie question, so my apologies if this is >> not directly clojure

Re: Clojure Sticker

2012-07-03 Thread Eric Scrivner
+1 I was just looking for this the other day and was disappointed to find I could only get a t-shirt. On Saturday, June 9, 2012 6:03:46 PM UTC-7, aboy021 wrote: > > Is there anywhere that I can get a Clojure sticker? -- You received this message because you are subscribed to the Google Groups "

Problems With BigDecimal Precision

2012-07-01 Thread Eric Scrivner
Hey All, This is more than likely a newbie question, so my apologies if this is not directly clojure related. I'm not sure if this is a Java or Clojure specific issue, my guess is both. I'm trying to do some probability calculations with both very large and very small numbers. The function I'm