<?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: Round up to decimal precision (Javascript and PHP)</title>
	<atom:link href="http://blog.shamess.info/2009/10/11/round-up-to-decimal-precision-javascript-and-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.shamess.info/2009/10/11/round-up-to-decimal-precision-javascript-and-php/</link>
	<description>Personal blog of Shane Preece. Occaisional politics and tech minddump.</description>
	<lastBuildDate>Thu, 01 Dec 2011 14:01:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Simon Leach</title>
		<link>http://blog.shamess.info/2009/10/11/round-up-to-decimal-precision-javascript-and-php/#comment-98</link>
		<dc:creator>Simon Leach</dc:creator>
		<pubDate>Wed, 20 Oct 2010 20:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shamess.info/?p=818#comment-98</guid>
		<description>At last!!  Just spent an hour looking for how to do this and found nothing of use, until I found your blog.

Thanks for sharing!

Simon</description>
		<content:encoded><![CDATA[<p>At last!!  Just spent an hour looking for how to do this and found nothing of use, until I found your blog.</p>
<p>Thanks for sharing!</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://blog.shamess.info/2009/10/11/round-up-to-decimal-precision-javascript-and-php/#comment-97</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Mon, 28 Dec 2009 13:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shamess.info/?p=818#comment-97</guid>
		<description>Rounding errors don&#039;t so much matter when you want to make the most money you can. You always want that extra penny!

You just have to decide which times you want to lower the figure (VAT for instance), and which to increase it (your sell price).</description>
		<content:encoded><![CDATA[<p>Rounding errors don&#8217;t so much matter when you want to make the most money you can. You always want that extra penny!</p>
<p>You just have to decide which times you want to lower the figure (VAT for instance), and which to increase it (your sell price).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.shamess.info/2009/10/11/round-up-to-decimal-precision-javascript-and-php/#comment-96</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 25 Dec 2009 06:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shamess.info/?p=818#comment-96</guid>
		<description>Why would you want to always round up when dealing with money? Doing so maximizes your rounding error! Better: round up on even numbers, round down (truncate) on odd numbers (or visaversa)</description>
		<content:encoded><![CDATA[<p>Why would you want to always round up when dealing with money? Doing so maximizes your rounding error! Better: round up on even numbers, round down (truncate) on odd numbers (or visaversa)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

