m***@gmail.com
2016-08-22 06:47:52 UTC
I recently was doing a bunch of double precision floating point conversions to string, using the ISO routines, from the library LongStr, and found that the code form 1992 has bugs in it, particularly related to large numbers. I have their source code, but their algorithm was weak.
they have accumulated rounding errors due to repeated by 10. The easiest way on an intel box is to use the floating point to BCD instructions, but am a little rusty on the old Macro Assembler, wondering if anyone out there has a more recent version of the LongStr code.
thanks
edward
they have accumulated rounding errors due to repeated by 10. The easiest way on an intel box is to use the floating point to BCD instructions, but am a little rusty on the old Macro Assembler, wondering if anyone out there has a more recent version of the LongStr code.
thanks
edward