Floating-point numbers
A set of numbers consistent of zero and all numbers of the form:
±(1+f)×2n, where n is an integer called the exponent, and 1+f!isthe∗∗mantissa∗∗or∗∗significand∗∗,inwhich$ f = _{i=1}^d b_i2^{-i}, b_i {0,1}, $$ for a fixed integer d called the binary precision
In base 10 we get scientific notation with d+1 sig. digits
±(b0+d∑i=1bi10−i)×10n=±(b0b1b2⋯bd)×10n, where bi∈{0,1,...,9} and b0≠0.