floating-point number
A real number with a fixed precision and undefined scale. The decimal point
floats as needed to represent an assigned value. In 4GL, the floating-point
number data types are FLOAT, SMALLFLOAT, and DECIMAL(p).
See also data type, exponent, fixed-point number, mantissa, precision, scale, simple data type.