<?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: MySQL SUM() Doesn&#8217;t Play Well With Floats</title>
	<atom:link href="http://codytaylor.org/2009/10/mysql-sum-doesnt-play-well-with-floats.html/feed" rel="self" type="application/rss+xml" />
	<link>http://codytaylor.org/2009/10/mysql-sum-doesnt-play-well-with-floats.html</link>
	<description>From Cody Taylor.</description>
	<lastBuildDate>Thu, 13 Oct 2011 06:41:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SeanJA</title>
		<link>http://codytaylor.org/2009/10/mysql-sum-doesnt-play-well-with-floats.html/comment-page-1#comment-4510</link>
		<dc:creator>SeanJA</dc:creator>
		<pubDate>Thu, 29 Oct 2009 11:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14302#comment-4510</guid>
		<description>No one expects the Floating Point!</description>
		<content:encoded><![CDATA[<p>No one expects the Floating Point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik Winter</title>
		<link>http://codytaylor.org/2009/10/mysql-sum-doesnt-play-well-with-floats.html/comment-page-1#comment-4509</link>
		<dc:creator>Dominik Winter</dc:creator>
		<pubDate>Thu, 29 Oct 2009 11:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14302#comment-4509</guid>
		<description>use double instead of float
see http://dev.mysql.com/doc/refman/5.0/en/problems-with-float.html</description>
		<content:encoded><![CDATA[<p>use double instead of float<br />
see <a href="http://dev.mysql.com/doc/refman/5.0/en/problems-with-float.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/problems-with-float.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody Taylor</title>
		<link>http://codytaylor.org/2009/10/mysql-sum-doesnt-play-well-with-floats.html/comment-page-1#comment-4506</link>
		<dc:creator>Cody Taylor</dc:creator>
		<pubDate>Wed, 28 Oct 2009 17:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14302#comment-4506</guid>
		<description>Thanks for the comment. And I agree that it&#039;s not really a bug. That is exactly what that bug report that I linked to said. It is odd behavior though and  I had to google a bit before I understood what was going on.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment. And I agree that it&#8217;s not really a bug. That is exactly what that bug report that I linked to said. It is odd behavior though and  I had to google a bit before I understood what was going on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giamba</title>
		<link>http://codytaylor.org/2009/10/mysql-sum-doesnt-play-well-with-floats.html/comment-page-1#comment-4505</link>
		<dc:creator>Giamba</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14302#comment-4505</guid>
		<description>I dont&#039;t think it is actually a bug. FLOAT just store floating numbers using a binary representation so there are some subtle aspects to keep in account in the binary-decimal conversion.
Indeed float is not the right type for representing money.

http://docs.sun.com/source/806-3568/ncg_goldberg.html</description>
		<content:encoded><![CDATA[<p>I dont&#8217;t think it is actually a bug. FLOAT just store floating numbers using a binary representation so there are some subtle aspects to keep in account in the binary-decimal conversion.<br />
Indeed float is not the right type for representing money.</p>
<p><a href="http://docs.sun.com/source/806-3568/ncg_goldberg.html" rel="nofollow">http://docs.sun.com/source/806-3568/ncg_goldberg.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody Taylor (codytaylor) 's status on Wednesday, 28-Oct-09 00:47:06 UTC - Identi.ca</title>
		<link>http://codytaylor.org/2009/10/mysql-sum-doesnt-play-well-with-floats.html/comment-page-1#comment-4502</link>
		<dc:creator>Cody Taylor (codytaylor) 's status on Wednesday, 28-Oct-09 00:47:06 UTC - Identi.ca</dc:creator>
		<pubDate>Wed, 28 Oct 2009 00:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14302#comment-4502</guid>
		<description>[...] MySQL SUM() Doesn&#039;t Play Well With Floats http://codytaylor.org/2009/10/mysql-sum-doesnt-play-well-with-floats.html [...]</description>
		<content:encoded><![CDATA[<p>[...] MySQL SUM() Doesn&#39;t Play Well With Floats <a href="http://codytaylor.org/2009/10/mysql-sum-doesnt-play-well-with-floats.html" rel="nofollow">http://codytaylor.org/2009/10/mysql-sum-doesnt-play-well-with-floats.html</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

