<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Something weird]]></title><description><![CDATA[<p dir="auto">When I run case 1, the console output is "True";<br />
But  when I run case 2, the console output is "False"</p>
<p dir="auto">I can't figure it out, somebody help me plz</p>
<p dir="auto">====== Case 1  =========<br />
QVector &lt;int&gt; av;<br />
int max = 54;</p>
<p dir="auto">av.append(9);<br />
av.append(6);</p>
<p dir="auto">if(<a href="http://av.at" target="_blank" rel="noopener noreferrer nofollow ugc">av.at</a>(0) * <a href="http://av.at" target="_blank" rel="noopener noreferrer nofollow ugc">av.at</a>(1) == max)<br />
qDebug("True");<br />
else<br />
qDebug("False");</p>
<p dir="auto">====== Case 2: =========<br />
QVector &lt;double&gt; av;<br />
double max = 0.54;</p>
<p dir="auto">av.append(0.9);<br />
av.append(0.6);</p>
<p dir="auto">if(<a href="http://av.at" target="_blank" rel="noopener noreferrer nofollow ugc">av.at</a>(0) * <a href="http://av.at" target="_blank" rel="noopener noreferrer nofollow ugc">av.at</a>(1) == max)<br />
qDebug("True");<br />
else<br />
qDebug("False");</p>
]]></description><link>https://forum.qt.io/topic/83292/something-weird</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 02:11:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/83292.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Sep 2017 15:36:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Something weird on Thu, 14 Sep 2017 15:48:54 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
try to do<br />
qDebug() &lt;&lt; <a href="http://av.at" target="_blank" rel="noopener noreferrer nofollow ugc">av.at</a>(0) * <a href="http://av.at" target="_blank" rel="noopener noreferrer nofollow ugc">av.at</a>(1);</p>
<p dir="auto">It works here but i guess its random.<br />
<a href="http://floating-point-gui.de/" target="_blank" rel="noopener noreferrer nofollow ugc">http://floating-point-gui.de/</a></p>
<p dir="auto"><img src="http://imagizer.imageshack.com/img924/2148/5oGIV5.png" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/post/415341</link><guid isPermaLink="true">https://forum.qt.io/post/415341</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Thu, 14 Sep 2017 15:48:54 GMT</pubDate></item></channel></rss>