<?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: Decimal vs Float in MySQL</title>
	<atom:link href="http://www.rustyrazorblade.com/2008/04/decimal-vs-float-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rustyrazorblade.com/2008/04/decimal-vs-float-in-mysql/</link>
	<description>Tech Thoughts, Mostly on LAMP - by Jon Haddad</description>
	<lastBuildDate>Mon, 23 Jan 2012 09:03:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Richard Cummings</title>
		<link>http://www.rustyrazorblade.com/2008/04/decimal-vs-float-in-mysql/comment-page-1/#comment-53152</link>
		<dc:creator>Richard Cummings</dc:creator>
		<pubDate>Thu, 23 Sep 2010 17:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=114#comment-53152</guid>
		<description>Thx for the historical clarification of float versus decimal.  It helped clear things up.  --Richard</description>
		<content:encoded><![CDATA[<p>Thx for the historical clarification of float versus decimal.  It helped clear things up.  &#8211;Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjen Lentz</title>
		<link>http://www.rustyrazorblade.com/2008/04/decimal-vs-float-in-mysql/comment-page-1/#comment-17178</link>
		<dc:creator>Arjen Lentz</dc:creator>
		<pubDate>Wed, 02 Apr 2008 02:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=114#comment-17178</guid>
		<description>Storage and straight retrieval has never been the issue, but prior to MySQL 5.0 any calculations on a DECIMAL type column would be done using floating point arithmetic. Starting with MySQL 5.0, the server uses a separate fixed-point arithmetic library for this. This is essential to not lose precision with money (and thus not lose/gain fractions of cents all the time ;-)</description>
		<content:encoded><![CDATA[<p>Storage and straight retrieval has never been the issue, but prior to MySQL 5.0 any calculations on a DECIMAL type column would be done using floating point arithmetic. Starting with MySQL 5.0, the server uses a separate fixed-point arithmetic library for this. This is essential to not lose precision with money (and thus not lose/gain fractions of cents all the time <img src='http://www.rustyrazorblade.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

