| DosTips.com ... for WinXP |
|
Last update: Apr 2, 2008 |
Description: | Floating point arithmetic can be achieved by moving the fractions into the integer. I.e. A floating point equitation using values with 3 digits after the dot can be calculated as follows:
Floating Point: 12.055 + 1.001 = 13.056 Integer: 12055 + 1001 = 13056 | ||
Script: | |||
Script Output: |
|