| Link Description: |
FPU TUTORIAL: if you are interested in high precision computation, you need to learn how to use FPU instructions.
COMPLEX NUMBERS:a very brief introduction to the subject of complex numbers.
FIXED POINT MATH: perform computations with slightly more precision than with only integers, but without using the FPU.
BINARY CODED DECIMALS: play with large numbers which exceed the range and/or accuracy of computations with the usual CPU or FPU registers.
|