what is the advantage of int and double?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amir123
    New Member
    • Feb 2016
    • 1

    what is the advantage of int and double?

    describe advantage of int and double data types?
  • donbock
    Recognized Expert Top Contributor
    • Mar 2008
    • 2427

    #2
    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

    Working...