Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
underflow
floating point underflow
floating underflow

    (or "floating point underflow", "floating
   underflow", after "overflow") A condition that can occur
   when the result of a floating-point operation would be
   smaller in magnitude (closer to zero, either positive or
   negative) than the smallest quantity representable.  Underflow
   is actually (negative) overflow of the exponent of the
   floating point quantity.  For example, an eight-bit twos
   complement exponent can represent multipliers of 2^-128 to
   2^127.  A result less than 2^-128 would cause underflow.

   Depending on the processor, the programming language and the
   run-time system, underflow may set a status bit, raise an
   exception or generate a hardware interrupt or some
   combination of these effects.  Alternatively, it may just be
   ignored and zero substituted for the unrepresentable value,
   though this might lead to a later divide by zero error which
   cannot be so easily ignored.

   (2006-11-09)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy