underflow

<programming>

(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.

Last updated: 2006-11-09

Undernet

<networking>

An Internet Relay Chat network dating from the 1990s, when it broke away from the main (still larger) IRC network, EFNet.

http://undernet.org/.

The History of the Undernet.

Last updated: 1995-11-09

underscore

<character>

_, ASCII 95.

Common names: ITU-T: underline; underscore; underbar; under. Rare: score; backarrow; skid; INTERCAL: flatworm.

See also left arrow.

Last updated: 1995-03-06

under the hood

[hot-rodder talk] 1. The underlying implementation of a product (hardware, software, or idea). Implies that the implementation is not intuitively obvious from the appearance, but the speaker is about to enable the listener to grok it. "Let's now look under the hood to see how ...."

2. Can also imply that the implementation is much simpler than the appearance would indicate: "Under the hood, we are just fork/execing the shell."

3. Inside a chassis, as in "Under the hood, this baby has a 40MHz 68030!"

[Jargon File]

Nearby terms:

undefinedundefined external referenceunderflowUndernetunderscore

Try this search on Wikipedia, Wiktionary, Google, OneLook.



Loading