Float data type is aimed to store floating-point numbers. Depending on values, float data type can be 4- or 8-byte size. There are two parts in floating-point numbers: (1) mantissa and (2) exponent. To get a floating-point value, the mantissa is multiplied by 10 raised to the power of the …
more ...