<?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: Money database property for Google App Engine</title>
	<atom:link href="http://www.redredred.com.au/money-database-property-for-google-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redredred.com.au/money-database-property-for-google-app-engine/</link>
	<description>redredred developers talk about what they are working on</description>
	<lastBuildDate>Wed, 21 Apr 2010 23:11:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jonathan</title>
		<link>http://www.redredred.com.au/money-database-property-for-google-app-engine/comment-page-1/#comment-496</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 03 Feb 2010 06:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.redredred.com.au/?p=264#comment-496</guid>
		<description>Thanks for giving it a name. I didn&#039;t know what it was called.</description>
		<content:encoded><![CDATA[<p>Thanks for giving it a name. I didn&#8217;t know what it was called.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eli</title>
		<link>http://www.redredred.com.au/money-database-property-for-google-app-engine/comment-page-1/#comment-495</link>
		<dc:creator>eli</dc:creator>
		<pubDate>Wed, 03 Feb 2010 05:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.redredred.com.au/?p=264#comment-495</guid>
		<description>Did you consider doing Fixed Point for this?

e.g.  100.24 would become 10024 or maybe 100240 in the db.  You just decide how many digits to the right of the decimal you want to store... thus you avoid floating point errors.  Then you just convert them when putting and getting.

http://en.wikipedia.org/wiki/Fixed-point_arithmetic

Though, I think this is what you are doing.. you are multiplying every number by 1,000,000 and storing that.. yes?  If so.. this is fixed point. hooray! (forgive my sleepiness.. I&#039;ve suggested you do something that you are already doing)</description>
		<content:encoded><![CDATA[<p>Did you consider doing Fixed Point for this?</p>
<p>e.g.  100.24 would become 10024 or maybe 100240 in the db.  You just decide how many digits to the right of the decimal you want to store&#8230; thus you avoid floating point errors.  Then you just convert them when putting and getting.</p>
<p><a href="http://en.wikipedia.org/wiki/Fixed-point_arithmetic" rel="nofollow">http://en.wikipedia.org/wiki/Fixed-point_arithmetic</a></p>
<p>Though, I think this is what you are doing.. you are multiplying every number by 1,000,000 and storing that.. yes?  If so.. this is fixed point. hooray! (forgive my sleepiness.. I&#8217;ve suggested you do something that you are already doing)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
