+A **floating-point type** is a [data type](/wiki/data_type) in computing that approximates [real numbers](/wiki/real_number) within a finite number of bits. It stores values using a significand and an exponent, enabling a vast range but with inherent limitations in precision. This design balances the representation of very large and very small fractional numbers.
+## See also
+- [Integer](/wiki/integer)
+- [Precision](/wiki/precision)
+- [Binary](/wiki/binary)
... 1 more lines