Re: problem with float
- From: Flash Gordon <spam@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 24 May 2007 21:37:12 +0100
Jean-Marc Bourguet wrote, On 24/05/07 20:51:
<snip>
(*) Some are pushing for the use of decimal floating point, which would
solve this second problem but increase the previous one and also increase
the difficulty of the analysis needed to get precise estimations of the
rounding error. IBM just announced a processor with hardware support for
decimal floating point. The C commitee has in project a Technical report
describing extentions to handle them.
The proposal for decimal floating point is not intended to solve the general problems of floating point. To a large extent it is designed to solve the problems of financial software, where the algorithm is often defined in terms of how many decimal places you have to work to, what rounding you do etc. Having decimal floating point would allow the company that employs me to significantly simplify some code in the application that makes most of the companies money whilst also reducing the possibility of error.
--
Flash Gordon
.
- References:
- problem with float
- From: bala . pandu
- Re: problem with float
- From: Jean-Marc Bourguet
- problem with float
- Prev by Date: Re: The infamous ^Z problem
- Next by Date: Re: Converting strings to int
- Previous by thread: Re: problem with float
- Next by thread: Re: problem with float
- Index(es):
Relevant Pages
|