What type of data is a float?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at SpaceX, Lives in Los Angeles. Graduated from Massachusetts Institute of Technology (MIT) with a degree in Aerospace Engineering.
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.
2023-04-22 14:25:33
评论(499)
Helpful(122)
Helpful
Helpful(2)

Caleb Wright
QuesHub.com delivers expert answers and knowledge to you.
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.