|
What is the following number if written out the usual way: 1.9343E+03 A good answer might be:1934.3 |
Precision of Floating Point NumbersConsider writing the value 1/3 out in decimal notation: The result keeps going, and going. There is no limit to the number of 3's required. With the0.333333333333333333 float data type, there are only 32 bits,
not enough bits to represent an unlimited number of 3's.
The data type
The number of places of precision for Remember this: data type |
QUESTION 11:
What is wrong with the following constant, expected to be of type Click Here after you have answered the question1230.00089F |