<?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: Rounding of Numbers in Actionscript</title>
	<atom:link href="http://www.funky-monkey.nl/blog/2007/10/15/rounding-of-numbers-in-actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.funky-monkey.nl/blog/2007/10/15/rounding-of-numbers-in-actionscript/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rounding-of-numbers-in-actionscript</link>
	<description>&#34;forgive me father for I have flashed&#34;</description>
	<lastBuildDate>Tue, 06 Dec 2011 10:03:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: elor</title>
		<link>http://www.funky-monkey.nl/blog/2007/10/15/rounding-of-numbers-in-actionscript/comment-page-1/#comment-2621</link>
		<dc:creator>elor</dc:creator>
		<pubDate>Thu, 02 Jun 2011 06:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/2007/10/15/rounding-of-numbers-in-actionscript/#comment-2621</guid>
		<description>duuude! thanks! :D
you&#039;re like helped me so much..
thank you!</description>
		<content:encoded><![CDATA[<p>duuude! thanks! <img src='http://www.funky-monkey.nl/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
you&#8217;re like helped me so much..<br />
thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Smith</title>
		<link>http://www.funky-monkey.nl/blog/2007/10/15/rounding-of-numbers-in-actionscript/comment-page-1/#comment-2501</link>
		<dc:creator>Grant Smith</dc:creator>
		<pubDate>Fri, 25 Feb 2011 18:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/2007/10/15/rounding-of-numbers-in-actionscript/#comment-2501</guid>
		<description>Except that this is incorrect rounding. 23.2636 SHOULD round to 23.264!!! I cant believe that actionscript has no decent rounding function !</description>
		<content:encoded><![CDATA[<p>Except that this is incorrect rounding. 23.2636 SHOULD round to 23.264!!! I cant believe that actionscript has no decent rounding function !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidney de Koning</title>
		<link>http://www.funky-monkey.nl/blog/2007/10/15/rounding-of-numbers-in-actionscript/comment-page-1/#comment-1749</link>
		<dc:creator>Sidney de Koning</dc:creator>
		<pubDate>Wed, 24 Jun 2009 10:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/2007/10/15/rounding-of-numbers-in-actionscript/#comment-1749</guid>
		<description>Hi Kelllan,

Thanks for the function. Very clean and lean. Like it.

Cheers, Sid</description>
		<content:encoded><![CDATA[<p>Hi Kelllan,</p>
<p>Thanks for the function. Very clean and lean. Like it.</p>
<p>Cheers, Sid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kellan Fisher</title>
		<link>http://www.funky-monkey.nl/blog/2007/10/15/rounding-of-numbers-in-actionscript/comment-page-1/#comment-1744</link>
		<dc:creator>Kellan Fisher</dc:creator>
		<pubDate>Fri, 05 Jun 2009 18:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/2007/10/15/rounding-of-numbers-in-actionscript/#comment-1744</guid>
		<description>function decRound(num,dp)
	{
		var decimals=Math.pow(10,dp);
		var output=Math.round(num*decimals)/decimals;
		return output;
	}


// num is the number you wish to round
// dp is the amount of decimal places to round it too</description>
		<content:encoded><![CDATA[<p>function decRound(num,dp)<br />
	{<br />
		var decimals=Math.pow(10,dp);<br />
		var output=Math.round(num*decimals)/decimals;<br />
		return output;<br />
	}</p>
<p>// num is the number you wish to round<br />
// dp is the amount of decimal places to round it too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.funky-monkey.nl/blog/2007/10/15/rounding-of-numbers-in-actionscript/comment-page-1/#comment-599</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 24 Nov 2008 15:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/2007/10/15/rounding-of-numbers-in-actionscript/#comment-599</guid>
		<description>Nice... very smart code. Lol thanks</description>
		<content:encoded><![CDATA[<p>Nice&#8230; very smart code. Lol thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

