✔ 最佳答案
32 bit floating point numbers use
1 bit for the sign
8 bits for the exponent
23 bits for the mantissa.
2^23 = 8388608
Since the most significant digit cannot exceed 8, then this cannot be accurately represented. So the remaining 6 digits are the only ones that can be defined accurately.
Only 6 decimal digits can be accurately represented.
I hope this helps.