underflow
A current flowing below the surface.
Noun
- A current flowing below the surface.
- A condition in which the value of a computed quantity is smaller than the smallest non-zero value that can be physically stored; usually treated as an error condition.
- The error condition that results from an attempt to retrieve an item from an empty stack.
Origin
From under- + flow, modelled on overflow.
Forms
Related
Verb
- To trigger the condition in which the value of a computed quantity is smaller than the smallest non-zero value that can be physically stored.
- To trigger the error condition resulting from attempting to retrieve a value from an empty stack.
- Upon an attempt to pop an empty stack, the stack underflows […] - 2022, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Introduction to Algorithms, fourth edition, page 255: