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!isthemantissaorsignificand,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+di=1bi10i)×10n=±(b0b1b2bd)×10n, where bi{0,1,...,9} and b00.