<?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: C# Decimal and Java BigDecimal Solve Roundoff Problems</title>
	<atom:link href="http://www.gavaghan.org/blog/2007/11/06/c-decimal-and-java-bigdecimal-solve-roundoff-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gavaghan.org/blog/2007/11/06/c-decimal-and-java-bigdecimal-solve-roundoff-problems/</link>
	<description>Mike Gavaghan blogs on Java, C#, .Net, and the software industry</description>
	<lastBuildDate>Sat, 26 Nov 2011 17:37:47 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: BlueRaja</title>
		<link>http://www.gavaghan.org/blog/2007/11/06/c-decimal-and-java-bigdecimal-solve-roundoff-problems/comment-page-1/#comment-841</link>
		<dc:creator>BlueRaja</dc:creator>
		<pubDate>Fri, 08 Apr 2011 13:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.gavaghan.org/blog/2007/11/06/c-decimal-and-java-bigdecimal-solve-roundoff-problems/#comment-841</guid>
		<description>Seems to me using base-15 would have made more sense:  we could still represent decimal numbers exactly, but now divisors with factors of 3 could also be represented exactly, such as 1/3 or 5/6.  Plus, every base-15 digit conveniently fits almost exactly into a single nybble (4-bits).</description>
		<content:encoded><![CDATA[<p>Seems to me using base-15 would have made more sense:  we could still represent decimal numbers exactly, but now divisors with factors of 3 could also be represented exactly, such as 1/3 or 5/6.  Plus, every base-15 digit conveniently fits almost exactly into a single nybble (4-bits).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.gavaghan.org/blog/2007/11/06/c-decimal-and-java-bigdecimal-solve-roundoff-problems/comment-page-1/#comment-80</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 28 Nov 2007 14:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gavaghan.org/blog/2007/11/06/c-decimal-and-java-bigdecimal-solve-roundoff-problems/#comment-80</guid>
		<description>I still say, use decimal everywhere unless optimizing for speed :D

Then again I write a lot of financial apps!</description>
		<content:encoded><![CDATA[<p>I still say, use decimal everywhere unless optimizing for speed <img src='http://www.gavaghan.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Then again I write a lot of financial apps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

