<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Double Equal Sign Java</title><link>http://www.bing.com:80/search?q=Double+Equal+Sign+Java</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Double Equal Sign Java</title><link>http://www.bing.com:80/search?q=Double+Equal+Sign+Java</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语言中float、double的区别和用法？ - 知乎</title><link>https://www.zhihu.com/question/67840592</link><description>C语言中，float和double都属于 浮点数。区别在于：double所表示的范围，整数部分范围大于float，小数部分，精度也高于float。 举个例子： 圆周率 3.1415926535 这个数字，如果用float来表示，最多只能精确到小数点后面的6位。而double大约能精确到小数点后面的15位左右。具体精确到几位，跟所用的 编译器 ...</description><pubDate>Mon, 13 Apr 2026 16:17: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>Mon, 13 Apr 2026 03:09:00 GMT</pubDate></item><item><title>知乎 - 有问题，就会有答案</title><link>https://www.zhihu.com/question/357492434</link><description>我们定义一个函数，里面有一个形参double** a。如果我们定义b[5][5]，实参写b是错误的，类型不符，请问这…</description><pubDate>Fri, 10 Apr 2026 14:04:00 GMT</pubDate></item><item><title>How do I print a double value with full precision using cout?</title><link>https://stackoverflow.com/questions/554063/how-do-i-print-a-double-value-with-full-precision-using-cout</link><description>In my earlier question I was printing a double using cout that got rounded when I wasn't expecting it. How can I make cout print a double using full precision?</description><pubDate>Sun, 12 Apr 2026 21:04: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>Sun, 12 Apr 2026 23:06: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>Sun, 12 Apr 2026 16:25: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>Tue, 14 Apr 2026 19:36: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>Mon, 13 Apr 2026 13:11: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>Tue, 14 Apr 2026 08:52:00 GMT</pubDate></item><item><title>double 和 long double 有哪些区别？ - 知乎</title><link>https://www.zhihu.com/question/36396039</link><description>The long double function prototypes are identical to the prototypes for their double counterparts, except that the longdouble data type replaces the double data type. The long double versions of these functions should not be used in new code.</description><pubDate>Wed, 15 Apr 2026 03:07:00 GMT</pubDate></item></channel></rss>