Oh, for BCD floating point.
My first computer with a language (SWTP 6800) had BCD math.
It had something like 6 byte mantissa and a 1 byte exponent.
That would give 11 digits with e +-99
Maybe we should have BCD data types.

Jan Steinman wrote:

From: "Michael T. Babcock" <[EMAIL PROTECTED]>
Kenneth Hylton wrote something about SQL or QUERYs:

I NEVER use float or double to store values like you appear to be doing...

FWIW, all of our financial database software stores values in either pennies or tenths of a cent, not dollars, to avoid decimals altogether.

FLOAT + money = lawsuit :-)




---------------------------------------------------------------------
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to