FLOAT(n) The
FLOAT data type stores double-precision
floating-point numbers with up to 17 significant digits.
FLOAT corresponds to IEEE 4-byte
floating-point, and to the double
data type in C. The range of values for the
FLOAT data type is the same as the range of the C double
data type on your computer.
read more >>