Floating Point/Floating Point Arithmetic
From Wikibooks, open books for an open world
Contents |
[edit] Arithmetic
Floating point numbers would be useless if we couldnt operate on them. Fortunately, there are algorithms for performing the basic arithmetic operations (Addition, subtraction, multiplication, division), as well as other operations such as exponentials, square-roots, and trancendentals. This page will introduce some of the basic arithmetic operations, and more advanced algorithms will be saved for a later page.
This page may need to be