Which datatype represent floating point value?
Answers
Answered by
2
- 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.
Answered by
3
Answer:
The floating-point family of data types represents number values with fractional parts. They are technically stored as two integer values: a mantissa and an exponent.
Discussion
Language. Python
Reserved Word. float()
Size. 64 bits / 8 bytes
Similar questions
Political Science,
2 months ago
English,
2 months ago
Biology,
2 months ago
Social Sciences,
4 months ago
Math,
4 months ago
Chemistry,
11 months ago
Math,
11 months ago