Precisely, the only easily detected limit is the exponent, as in 1e1000. Low precision might even be wanted; it is not obvious that the float should increase mantissa precision when needed, even if it can.
/ Mirar
Previous text:
2003-02-25 14:08: Subject: Re: Do we have a floatingpoint bug?
the problem is, to decide when normal float is not enough. given the nature of floats it would not be enough in 99% of the cases. (enough being "the value is stored correctly and with the precision the user needs)
in fact it would never be enough. we don't know what precision the user needs and the rounding issue accounts for all the values with a low precision.
greetings, martin.
/ Brevbäraren