This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Parents
  • That obviously depends on context.

    In C and C++, it is a data type for floating point numbers with higher resolution and max range than the "float" data type.

    Note that not all implementations makes a difference between the "float" and the "double" data type. A lot of embedded compilers treats double as a float.

Reply
  • That obviously depends on context.

    In C and C++, it is a data type for floating point numbers with higher resolution and max range than the "float" data type.

    Note that not all implementations makes a difference between the "float" and the "double" data type. A lot of embedded compilers treats double as a float.

Children