<?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: Let&#8217;s patch: Fun with Scientific Notation!</title>
	<atom:link href="http://enigmaticthought.com/2009/08/sdk-16241/feed/" rel="self" type="application/rss+xml" />
	<link>http://enigmaticthought.com/2009/08/sdk-16241/</link>
	<description>import com.enigmaticThought.blog;</description>
	<lastBuildDate>Tue, 15 Dec 2009 17:19:54 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt C</title>
		<link>http://enigmaticthought.com/2009/08/sdk-16241/comment-page-1/#comment-222</link>
		<dc:creator>Matt C</dc:creator>
		<pubDate>Sun, 23 Aug 2009 01:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://enigmaticthought.com/?p=204#comment-222</guid>
		<description>FYI, I updated the patch with a fix for both positive and negative exponents</description>
		<content:encoded><![CDATA[<p>FYI, I updated the patch with a fix for both positive and negative exponents</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenn</title>
		<link>http://enigmaticthought.com/2009/08/sdk-16241/comment-page-1/#comment-198</link>
		<dc:creator>Jenn</dc:creator>
		<pubDate>Tue, 18 Aug 2009 19:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://enigmaticthought.com/?p=204#comment-198</guid>
		<description>Yes, the correct expanded notation is .0009870.   The 98.70 that i referred to was the end result i wanted to be displayed to the user.</description>
		<content:encoded><![CDATA[<p>Yes, the correct expanded notation is .0009870.   The 98.70 that i referred to was the end result i wanted to be displayed to the user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt C</title>
		<link>http://enigmaticthought.com/2009/08/sdk-16241/comment-page-1/#comment-197</link>
		<dc:creator>Matt C</dc:creator>
		<pubDate>Tue, 18 Aug 2009 18:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://enigmaticthought.com/?p=204#comment-197</guid>
		<description>You&#039;re right, I missed the decimal cases because I was only looking at large numbers.  I&#039;ll have to modify the patch to work with lower numbers.

Shouldn&#039;t the result be .0009870 though?</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, I missed the decimal cases because I was only looking at large numbers.  I&#8217;ll have to modify the patch to work with lower numbers.</p>
<p>Shouldn&#8217;t the result be .0009870 though?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenn</title>
		<link>http://enigmaticthought.com/2009/08/sdk-16241/comment-page-1/#comment-196</link>
		<dc:creator>Jenn</dc:creator>
		<pubDate>Tue, 18 Aug 2009 15:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://enigmaticthought.com/?p=204#comment-196</guid>
		<description>Hi Matt,
Well I guess this isn&#039;t working well for me at all :).  The big picture is lets say I have a number 9.870177632929455E-4, eventually after formatting it should be shown as 98.70.  So I need to round up, precision 2 and expand notation.  I was trying to include the expand notation in the formatter.as.  A couple of things I have noticed so far are: The method that returns this number to me from the sends, with an &quot;E&quot;, not an &quot;e&quot;.  Also my notation is negative, not positive (for this instance).  So i may have to come up with a re-worked version of this notation expansion.</description>
		<content:encoded><![CDATA[<p>Hi Matt,<br />
Well I guess this isn&#8217;t working well for me at all <img src='http://enigmaticthought.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  The big picture is lets say I have a number 9.870177632929455E-4, eventually after formatting it should be shown as 98.70.  So I need to round up, precision 2 and expand notation.  I was trying to include the expand notation in the formatter.as.  A couple of things I have noticed so far are: The method that returns this number to me from the sends, with an &#8220;E&#8221;, not an &#8220;e&#8221;.  Also my notation is negative, not positive (for this instance).  So i may have to come up with a re-worked version of this notation expansion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt C</title>
		<link>http://enigmaticthought.com/2009/08/sdk-16241/comment-page-1/#comment-195</link>
		<dc:creator>Matt C</dc:creator>
		<pubDate>Tue, 18 Aug 2009 15:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://enigmaticthought.com/?p=204#comment-195</guid>
		<description>I believe you should be able to just go with the toString() function of the number, you shouldn&#039;t need the NumberFormatter</description>
		<content:encoded><![CDATA[<p>I believe you should be able to just go with the toString() function of the number, you shouldn&#8217;t need the NumberFormatter</p>
]]></content:encoded>
	</item>
</channel>
</rss>
