<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Double Underscore Python</title><link>http://www.bing.com:80/search?q=Double+Underscore+Python</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Double Underscore Python</title><link>http://www.bing.com:80/search?q=Double+Underscore+Python</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>c++ - Double precision - decimal places - Stack Overflow</title><link>https://stackoverflow.com/questions/9999221/double-precision-decimal-places</link><description>From what I have read, a value of data type double has an approximate precision of 15 decimal places. However, when I use a number whose decimal representation repeats, such as 1.0/7.0, I find tha...</description><pubDate>Thu, 16 Apr 2026 03:20:00 GMT</pubDate></item><item><title>What is the difference between float and double? - Stack Overflow</title><link>https://stackoverflow.com/questions/2386772/what-is-the-difference-between-float-and-double</link><description>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 other does not seem to affec...</description><pubDate>Sat, 18 Apr 2026 15:06:00 GMT</pubDate></item><item><title>Should I use double or float? - Stack Overflow</title><link>https://stackoverflow.com/questions/1074474/should-i-use-double-or-float</link><description>A double has a much higher precision due to it's difference in size. If the numbers you are using will commonly exceed the value of a float, then use a double. Several other people have mentioned performance isssues. That would be exactly last on my list of considerations. Correctness should be your #1 consideration.</description><pubDate>Thu, 16 Apr 2026 11:20:00 GMT</pubDate></item><item><title>What exactly does Double mean in java? - Stack Overflow</title><link>https://stackoverflow.com/questions/6319727/what-exactly-does-double-mean-in-java</link><description>A Double in Java is the class version of the double basic type - you can use doubles but, if you want to do something with them that requires them to be an object (such as put them in a collection), you'll need to box them up in a Double object.</description><pubDate>Sat, 18 Apr 2026 20:00:00 GMT</pubDate></item><item><title>Correct format specifier for double in printf - Stack Overflow</title><link>https://stackoverflow.com/questions/4264127/correct-format-specifier-for-double-in-printf</link><description>20 Format %lf is a perfectly correct printf format for double, exactly as you used it. There's nothing wrong with your code. Format %lf in printf was not supported in old (pre-C99) versions of C language, which created superficial "inconsistency" between format specifiers for double in printf and scanf.</description><pubDate>Fri, 17 Apr 2026 21:06:00 GMT</pubDate></item><item><title>¿Qué diferencia entre float y double en C++?</title><link>https://es.stackoverflow.com/questions/514214/qu%c3%a9-diferencia-entre-float-y-double-en-c</link><description>En double se pueden almacenar números más grandes y también más decimales. Con los números que has probado no se ve diferencia porque cout &lt;&lt; redondea la representación interna para mostrar pocos decimales, y lo que ves en ambos casos es lo mismo, pero internamente no son iguales.</description><pubDate>Fri, 17 Apr 2026 01:10:00 GMT</pubDate></item><item><title>c++ - double and accuracy - Stack Overflow</title><link>https://stackoverflow.com/questions/11110130/double-and-accuracy</link><description>Using long double I get 18/19 = 0.947368421052631578..., and 947368421052631578 is the repeating decimal. Using double I get 0.947368421052631526... However, the former is correct. Why such an inco...</description><pubDate>Fri, 17 Apr 2026 04:31:00 GMT</pubDate></item><item><title>What's the difference between a single precision and double precision ...</title><link>https://stackoverflow.com/questions/801117/whats-the-difference-between-a-single-precision-and-double-precision-floating-p</link><description>The term double precision is something of a misnomer because the precision is not really double. The word double derives from the fact that a double-precision number uses twice as many bits as a regular floating-point number. For example, if a single-precision number requires 32 bits, its double-precision counterpart will be 64 bits long.</description><pubDate>Fri, 17 Apr 2026 00:06:00 GMT</pubDate></item><item><title>Difference between long double and double in C and C++</title><link>https://stackoverflow.com/questions/14221612/difference-between-long-double-and-double-in-c-and-c</link><description>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?</description><pubDate>Sat, 18 Apr 2026 20:50:00 GMT</pubDate></item><item><title>Biggest integer that can be stored in a double - Stack Overflow</title><link>https://stackoverflow.com/questions/1848700/biggest-integer-that-can-be-stored-in-a-double</link><description>The biggest/largest integer that can be stored in a double without losing precision is the same as the largest possible value of a double. That is, DBL_MAX or approximately 1.8 × 10 308 (if your double is an IEEE 754 64-bit double). It's an integer, and it's represented exactly. What you might want to know instead is what the largest integer is, such that it and all smaller integers can be ...</description><pubDate>Sun, 19 Apr 2026 03:24:00 GMT</pubDate></item></channel></rss>