Arithmetic underflow

from Wikipedia, the free encyclopedia

Under an arithmetic underflow or shortly underflow is understood in the computer art a condition which occurs when the result of calculation is too small to be shown to be.

In calculations with floating point numbers , an underflow occurs when the size of an intermediate result (before rounding ) is between 0 and the smallest floating point number in the given format. The treatment of the underflow is regulated in the IEEE 754 standard.