<?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>Srijith Unplugged &#187; trim</title>
	<atom:link href="http://blog.sriunplugged.com/tag/trim/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sriunplugged.com</link>
	<description>The place where I share my experiments on my computer</description>
	<lastBuildDate>Tue, 27 Dec 2011 20:57:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Simplest way to remove trailing zeros of decimal numbers</title>
		<link>http://blog.sriunplugged.com/php/remove-trailing-zero-in-decimal/</link>
		<comments>http://blog.sriunplugged.com/php/remove-trailing-zero-in-decimal/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 15:07:16 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[decimal]]></category>
		<category><![CDATA[trim]]></category>
		<category><![CDATA[zero]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=123</guid>
		<description><![CDATA[Tweet This is a simple method I found to remove or strip trailing zeros of a decimal number. The function accepts the decimal number and return the trimmed value back. It removes all the redundant zeros in the number after the decimal point and if no number other than zero is present after the decimal [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/php/remove-trailing-zero-in-decimal/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

