| ??? 07/22/02 18:15 Read: times |
#26134 - RE: Conversion from ASCII to floating point |
Could you use fixed point arithmatic instead of floating point? Your example of 123.45 could be represented as 12345 with an assumed decimal place. If all your numbers have (or can be manipulated) into known precisions, then you can use fixed point arithmatic.
For more information, do a search for 'fixed point' on this site and you'll find lots of messages. <>< Lance |



