Ch. 2.9: Floating-Point Data Types Flashcards
1
Q
What is a floating point number?
A
A data type that allows fractional values.
2
Q
What is the float data type?
A
Data type considered single precision.
3
Q
What is double precision?
A
The double data type is usually twice as big as float.