describe advantage of int and double data types?
what is the advantage of int and double?
Collapse
X
-
That is a very open-ended question.
Can you provide some context to focus the question?
You should read this classic article (What Every Computer Scientist Should Know About Floating-Point Arithmetic) for an overview of the limitations of floating-point numbers (including double).
Comment