OverflowUnderflow
Overflow and underflow are terms used to describe situations in numeric computing where a calculation yields a value outside the range that a given numeric type can represent. They are most commonly discussed in fixed-width integer arithmetic and in floating-point arithmetic, where different rules apply for how values are stored and manipulated.
Integer overflow occurs when a result lies beyond the maximum or below the minimum value that a
Floating-point underflow refers to magnitudes that are smaller than the smallest normalized positive value. In IEEE
The effects of overflow and underflow can range from harmless to severe, including incorrect calculations, program