<?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"
	>
<channel>
	<title>Comments on: Weird Math (aka &#8220;IEEE-754 double-precision floating-point number sucks&#8221;)</title>
	<atom:link href="http://blog.oaxoa.com/2008/03/22/weird-math-aka-ieee-754-double-precision-floating-point-number-sukcs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oaxoa.com/2008/03/22/weird-math-aka-ieee-754-double-precision-floating-point-number-sukcs/</link>
	<description>weblog about actionscript 3 experiments, flex, php and web development stuff</description>
	<pubDate>Mon, 06 Oct 2008 16:22:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: EECOLOR</title>
		<link>http://blog.oaxoa.com/2008/03/22/weird-math-aka-ieee-754-double-precision-floating-point-number-sukcs/#comment-97</link>
		<dc:creator>EECOLOR</dc:creator>
		<pubDate>Sat, 22 Mar 2008 11:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oaxoa.com/2008/03/22/weird-math-aka-ieee-754-double-precision-floating-point-number-sukcs/#comment-97</guid>
		<description>Try this:

trace("123456789012345672:", 123456789012345672, ", 123456789012345672 - 72:", 123456789012345672 - 72);

As you can see, Flash can handle bigger numbers. Apparently something goes wrong while displaying them.


Greetz Erik</description>
		<content:encoded><![CDATA[<p>Try this:</p>
<p>trace(&#8221;123456789012345672:&#8221;, 123456789012345672, &#8220;, 123456789012345672 - 72:&#8221;, 123456789012345672 - 72);</p>
<p>As you can see, Flash can handle bigger numbers. Apparently something goes wrong while displaying them.</p>
<p>Greetz Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vyper</title>
		<link>http://blog.oaxoa.com/2008/03/22/weird-math-aka-ieee-754-double-precision-floating-point-number-sukcs/#comment-96</link>
		<dc:creator>Vyper</dc:creator>
		<pubDate>Sat, 22 Mar 2008 08:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oaxoa.com/2008/03/22/weird-math-aka-ieee-754-double-precision-floating-point-number-sukcs/#comment-96</guid>
		<description>The low float value behaviour can be explained here:
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_13989

However the high number issue makes no sense since the highest number Flash should be able to handle is 1.79769313486231e+308.</description>
		<content:encoded><![CDATA[<p>The low float value behaviour can be explained here:<br />
<a href="http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_13989" rel="nofollow">http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_13989</a></p>
<p>However the high number issue makes no sense since the highest number Flash should be able to handle is 1.79769313486231e+308.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
