Glossary
a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Click one of the letters above to advance the page to terms beginning with that letter.
- Floating Point search for term
Simply put, it's a way of representing numbers with a decimal point (e.g. 3.0 or 0.003). It is accomplished by using a double word which holds the sign bit, mantissa and exponent for scientific notation such as 3 X 10-3. The term Real Number and Floating Point are equivalent.
See also: Integer, Real Number
|