Should I use a float and risk floating point errors...

In my experience floating point errors are not a "risk", they are a "certainty".


... should I create a Money Class to handle both of these problems but create bulkier code?

I've never had an occasion to try it, but I've always thought that java.math.BigDecimal would be good choice for representing money.


Hope this helps,
Steve Farmer


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to