<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>imranul hoque&#039;s blog &#187; round numbers</title>
	<atom:link href="http://www.imranulhoque.com/tag/round-numbers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imranulhoque.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Jun 2010 09:42:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript &#8211; Round numbers to some decimal places</title>
		<link>http://www.imranulhoque.com/javascript/javascript-round-numbers-to-some-decimal-places/</link>
		<comments>http://www.imranulhoque.com/javascript/javascript-round-numbers-to-some-decimal-places/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 00:57:05 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript round]]></category>
		<category><![CDATA[round numbers]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=101</guid>
		<description><![CDATA[Javascript&#8217;s Math.round function allows a user to round a float to an integer. But most of the time we need some function that&#8217;ll let us round the number to any decimal places we want. So here is the function that&#8217;ll solve your problem:
function roundNumber(num,decimal){
     var numerator = Math.round(num * Math.pow(10, decimal));
 [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/javascript/javascript-round-numbers-to-some-decimal-places/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
