+Underflow describes a condition in computer arithmetic where a computed value is too small to be represented by its [Floating-point type](/wiki/Floating-point_type), often rounding to zero. This quiet loss of tiny, significant numbers can subtly corrupt further calculations, mirroring [Overflow](/wiki/Overflow)'s opposite challenge.
+## See also
+- [Precision](/wiki/Precision)
+- [Accuracy](/wiki/Accuracy)
+- [Numerical stability](/wiki/Numerical_stability)
... 1 more lines