<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Convoluted Rounding in Java</title>
	<atom:link href="http://blog.kischuk.com/2004/06/08/convoluted-rounding-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kischuk.com/2004/06/08/convoluted-rounding-in-java/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 19 May 2010 15:39:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Steve D</title>
		<link>http://blog.kischuk.com/2004/06/08/convoluted-rounding-in-java/#comment-141</link>
		<dc:creator>Steve D</dc:creator>
		<pubDate>Tue, 08 Jun 2004 20:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://rkischuk.wordpress.com/2004/06/08/convoluted-rounding-in-java/#comment-141</guid>
		<description>Amen!! There&#039;s certain things in java that just aren&#039;t right, and rounding decimals is one of them. Another one is java dates.

I mean how hard is it to include a nice utility method for simple decimal rounding or for quick and dirty date manipulation. Why do we have to jump through so many hoops??? 

Couldn&#039;t they have easily added a wrapper in the Math class such as:
static double round(double val, scale int)

How hard is that?</description>
		<content:encoded><![CDATA[<p>Amen!! There&#8217;s certain things in java that just aren&#8217;t right, and rounding decimals is one of them. Another one is java dates.</p>
<p>I mean how hard is it to include a nice utility method for simple decimal rounding or for quick and dirty date manipulation. Why do we have to jump through so many hoops??? </p>
<p>Couldn&#8217;t they have easily added a wrapper in the Math class such as:<br />
static double round(double val, scale int)</p>
<p>How hard is that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Kischuk</title>
		<link>http://blog.kischuk.com/2004/06/08/convoluted-rounding-in-java/#comment-140</link>
		<dc:creator>Rob Kischuk</dc:creator>
		<pubDate>Tue, 08 Jun 2004 11:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://rkischuk.wordpress.com/2004/06/08/convoluted-rounding-in-java/#comment-140</guid>
		<description>I have read about &lt;a href=&quot;http://java.sun.com/j2se/1.4.2/docs/api/java/text/DecimalFormat.html&quot;&gt;java.&lt;strong&gt;text&lt;/strong&gt;.DecimalFormat&lt;/a&gt;.  Show me which method returns a rounded float?  Not everything is intended as a String for human viewing.</description>
		<content:encoded><![CDATA[<p>I have read about <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/text/DecimalFormat.html">java.<strong>text</strong>.DecimalFormat</a>.  Show me which method returns a rounded float?  Not everything is intended as a String for human viewing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.kischuk.com/2004/06/08/convoluted-rounding-in-java/#comment-139</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 08 Jun 2004 10:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://rkischuk.wordpress.com/2004/06/08/convoluted-rounding-in-java/#comment-139</guid>
		<description>What?  Read about DecimalFormat.</description>
		<content:encoded><![CDATA[<p>What?  Read about DecimalFormat.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
