<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Did I find a php bug?</title>
	<atom:link href="http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:37:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: shaman4d</title>
		<link>http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-448093</link>
		<dc:creator>shaman4d</dc:creator>
		<pubDate>Wed, 13 May 2009 16:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-448093</guid>
		<description>This is bug not only in php, it is number round bug in all programming languages with float point math.</description>
		<content:encoded><![CDATA[<p>This is bug not only in php, it is number round bug in all programming languages with float point math.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-80361</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 06 Feb 2008 17:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-80361</guid>
		<description>Actually, the 1 just shows it&#039;s repeating. Like on a calculator it shows .00000001 or .111111112 or .2222222223, etc.</description>
		<content:encoded><![CDATA[<p>Actually, the 1 just shows it&#8217;s repeating. Like on a calculator it shows .00000001 or .111111112 or .2222222223, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale Hay</title>
		<link>http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-79000</link>
		<dc:creator>Dale Hay</dc:creator>
		<pubDate>Sun, 03 Feb 2008 02:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-79000</guid>
		<description>I have tested it on my localhost (Using Apache, PHP &amp; MySQL... *cough* AppServ *cough*) and mine reads 0.9 as the answer. :D</description>
		<content:encoded><![CDATA[<p>I have tested it on my localhost (Using Apache, PHP &amp; MySQL&#8230; *cough* AppServ *cough*) and mine reads 0.9 as the answer. :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shedokan</title>
		<link>http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-75436</link>
		<dc:creator>shedokan</dc:creator>
		<pubDate>Fri, 25 Jan 2008 15:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-75436</guid>
		<description>I get 0.9 with xampp server</description>
		<content:encoded><![CDATA[<p>I get 0.9 with xampp server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadow Scythe</title>
		<link>http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-55559</link>
		<dc:creator>Shadow Scythe</dc:creator>
		<pubDate>Sat, 01 Dec 2007 10:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-55559</guid>
		<description>If it becomes a problem in programming, try using Math.round. And in your case, since you&#039;re using tenths, try Math.round($a*10)/10. Hopefully that&#039;ll fix it.</description>
		<content:encoded><![CDATA[<p>If it becomes a problem in programming, try using Math.round. And in your case, since you&#8217;re using tenths, try Math.round($a*10)/10. Hopefully that&#8217;ll fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-54906</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Wed, 28 Nov 2007 03:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-54906</guid>
		<description>I am taking programming languages class this semester. We are writing our programming language, compiler, interpreter so on. this is not a bug. I dont want to get depth about p.l. but I can say that php doesnt have data types. it allows you really flexible features, but if you are making calculations you have to handle your data</description>
		<content:encoded><![CDATA[<p>I am taking programming languages class this semester. We are writing our programming language, compiler, interpreter so on. this is not a bug. I dont want to get depth about p.l. but I can say that php doesnt have data types. it allows you really flexible features, but if you are making calculations you have to handle your data</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V34</title>
		<link>http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-4271</link>
		<dc:creator>V34</dc:creator>
		<pubDate>Sat, 17 Feb 2007 15:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-4271</guid>
		<description>Of what I remember it has something to do with this. 
http://en.wikipedia.org/wiki/0.999



Hope it&#039;s OK I testes the BBCodes.
[code]Test[/code][b]Test[/b][url]http://test.dk[/url]</description>
		<content:encoded><![CDATA[<p>Of what I remember it has something to do with this.<br />
<a href="http://en.wikipedia.org/wiki/0.999" rel="nofollow">http://en.wikipedia.org/wiki/0.999</a></p>
<p>Hope it&#8217;s OK I testes the BBCodes.<br />
[code]Test[/code][b]Test[/b][url]http://test.dk[/url]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xera</title>
		<link>http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-2512</link>
		<dc:creator>Xera</dc:creator>
		<pubDate>Thu, 18 Jan 2007 12:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-2512</guid>
		<description>That&#039;s not a bug, http://php.net/float

Xera</description>
		<content:encoded><![CDATA[<p>That&#8217;s not a bug, <a href="http://php.net/float" rel="nofollow">http://php.net/float</a></p>
<p>Xera</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-2301</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 13 Jan 2007 00:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-2301</guid>
		<description>That&#039;s pretty common in many languages. I&#039;ve encountered this behavior in Flash a few times too. It happens because floating point math isn&#039;t completely accurate, and mathematical operations can cause you to lose precision. It&#039;s not really the language, but the computer architecture.</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty common in many languages. I&#8217;ve encountered this behavior in Flash a few times too. It happens because floating point math isn&#8217;t completely accurate, and mathematical operations can cause you to lose precision. It&#8217;s not really the language, but the computer architecture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sinatosk</title>
		<link>http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-2295</link>
		<dc:creator>sinatosk</dc:creator>
		<pubDate>Fri, 12 Jan 2007 20:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/01/12/did-i-find-a-php-bug/#comment-2295</guid>
		<description>no your not the only one :p. I&#039;m using php 5.1.6</description>
		<content:encoded><![CDATA[<p>no your not the only one :p. I&#8217;m using php 5.1.6</p>
]]></content:encoded>
	</item>
</channel>
</rss>
