About 25,700,000 results
Open links in new tab
  1. What is the difference between float and double? - Stack Overflow

    Dec 31, 2021 · I've read about the difference between double precision and single precision. However, in most cases, float and double seem to be interchangeable, i.e. using one or the …

  2. Correct format specifier for double in printf - Stack Overflow

    L Specifies that a following a, A, e, E, f, F, g, or G conversion specifier applies to a long double argument. The same rules specified for fprintf apply for printf, sprintf and similar functions.

  3. c - 'float' vs. 'double' precision - Stack Overflow

    The 53 bits of double s give about 16 digits of precision. The 24 bits of float s give about 7 digits of precision.

  4. java - Cast Double to Integer - Stack Overflow

    494 A Double is not an Integer, so the cast won't work. Note the difference between the Double class and the double primitive. Also note that a Double is a Number, so it has the method …

  5. What does the !! (double exclamation mark) operator do in …

    The double "not" in this case is quite simple. It is simply two not s back to back. The first one simply "inverts" the truthy or falsy value, resulting in an actual Boolean type, and then the …

  6. Difference between long double and double in C and C++

    Apr 22, 2015 · Possible Duplicate: long double vs double I am unable to understand the difference between between long double and double in C and C++. Can anyone help?

  7. methods - Double vs double in java - Stack Overflow

    Nov 11, 2012 · Possible Duplicate: Java : different double and Double in comparison In a sample java program for one of my labs, I have two different methods taking Double and double …

  8. c - How do I get DOUBLE_MAX? - Stack Overflow

    AFAIK, C supports just a few data types: int, float, double, char, void enum. I need to store a number that could reach into the high 10 digits. Since I'm getting a low 10 digit # from …

  9. stl - C++ Double Address Operator? (&&) - Stack Overflow

    C++ Double Address Operator? (&&) [duplicate] Asked 14 years, 10 months ago Modified 1 year, 3 months ago Viewed 230k times

  10. How to Code Double Quotes via HTML Codes - Stack Overflow

    Feb 28, 2013 · How to Code Double Quotes via HTML Codes Asked 12 years, 8 months ago Modified 3 days ago Viewed 170k times