Online Computer Dictionary
Browse words
|
Based on
FOLDOC
Queried for: Not-a-Number
Definition:
(NaN) An IEEE floating point representation for the result of a numerical operation which cannot return a valid number value. A NaN can result from multiplying an infinity by a zero, or from subtracting one infinity from another [what else?].
NaN is encoded as a special bit pattern [what pattern?] which would otherwise represent a floating-point number. It is used to signal error returns where other mechanisms are not convenient, e.g. a hardware floating-point unit and to allow errors to propagate through a calculation.
Similar bit patterns represent positive and negative overflow and underflow and the positive and negative infinities resulting from division by zero.
{Bit patterns (http://psc.edu/general/software/packages/ieee/ieee.html.
[ANSI/IEEE Std 754-1985].
[Correct?]
Browse through top 20 categories or see more ...
- programming (659)
- application (76)
- networking (823)
- language (1034)
- operating_system (420)
- mathematics (228)
- graphics (155)
- compiler (21)
- library (41)
- World-Wide_Web (133)
- cryptography (36)
- database (166)
- algorithm (132)
- logic (61)
- software (72)
- audio (27)
- virtual_reality (10)
- communications (329)
- file system (28)
- filename_extension (25)


