We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I have a problem with the accuracy of the result when I divide 2 float values. This is the line in my source Code:
dds_word.long_dds = 2.147483648E16 / 7.1312E7
The following URL http://docs.sun.com/source/806-3568/ncg_goldberg.html links to an article titled, "What Every Computer Scientist Should Know About Floating-Point Arithmetic." This article addresses most of the floating-point questions posed on this forum. Jon