<?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: unexpected value printed by gcc. why ?</title>
	<atom:link href="https://www.emblogic.com/blog/06/unexpected-value-printed-by-gcc-why/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/06/unexpected-value-printed-by-gcc-why/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: Manoj</title>
		<link>https://www.emblogic.com/blog/06/unexpected-value-printed-by-gcc-why/#comment-826</link>
		<dc:creator><![CDATA[Manoj]]></dc:creator>
		<pubDate>Thu, 21 Jun 2012 03:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3398#comment-826</guid>
		<description><![CDATA[Inside the machine the floating points are calculated in terms of CONM called computer oriented numarical methods...
.eg.. simpson&#039;s 1/3 rule, trapezodial rule, etc.
.
.
These rules are not 100% correct. There are some errors in them. Thats why the difference between the human interpration of a floating number and computer interpratation of a floating point number has a little differnce of 0.000001 / 2
.
.
This difference is called machine epsilon.
.
.
find more on net.
.


Thanks]]></description>
		<content:encoded><![CDATA[<p>Inside the machine the floating points are calculated in terms of CONM called computer oriented numarical methods&#8230;<br />
.eg.. simpson&#8217;s 1/3 rule, trapezodial rule, etc.<br />
.<br />
.<br />
These rules are not 100% correct. There are some errors in them. Thats why the difference between the human interpration of a floating number and computer interpratation of a floating point number has a little differnce of 0.000001 / 2<br />
.<br />
.<br />
This difference is called machine epsilon.<br />
.<br />
.<br />
find more on net.<br />
.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
