<?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: Fixed calculations in Unix scripts</title>
	<atom:link href="http://www.unixtutorial.org/2009/06/fixed-point-calculations-in-unix-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2009/06/fixed-point-calculations-in-unix-scripts/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 21 Jan 2010 02:07:52 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gleb Reys</title>
		<link>http://www.unixtutorial.org/2009/06/fixed-point-calculations-in-unix-scripts/comment-page-1/#comment-5051</link>
		<dc:creator>Gleb Reys</dc:creator>
		<pubDate>Thu, 18 Jun 2009 15:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=583#comment-5051</guid>
		<description>Thanks for the correction, Dr Tod! 

I completely mixed the meanings, and thanks to you I have just fixed the post.

Please let me know if there&#039;s a better way of explaining the topic!</description>
		<content:encoded><![CDATA[<p>Thanks for the correction, Dr Tod! </p>
<p>I completely mixed the meanings, and thanks to you I have just fixed the post.</p>
<p>Please let me know if there's a better way of explaining the topic!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. Azrael Tod</title>
		<link>http://www.unixtutorial.org/2009/06/fixed-point-calculations-in-unix-scripts/comment-page-1/#comment-5047</link>
		<dc:creator>Dr. Azrael Tod</dc:creator>
		<pubDate>Thu, 18 Jun 2009 14:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=583#comment-5047</guid>
		<description>uhm.. bc does fixed-point-math, not float.
This explains why you have to set where the point is placed and gives _exact_ results (as opposed to FP, where every number is calculated through exponential calculations)

if you dont understand what i mean you could simply try to add very small numbers to a big one.
If you got the numbers right, you wont see any change in the big number, this means whateveroften you add a to b you wont see any change in b.
...even if a multiplicated by the number of additions (before you add it) would be a lot bigger then b.</description>
		<content:encoded><![CDATA[<p>uhm.. bc does fixed-point-math, not float.<br />
This explains why you have to set where the point is placed and gives _exact_ results (as opposed to FP, where every number is calculated through exponential calculations)</p>
<p>if you dont understand what i mean you could simply try to add very small numbers to a big one.<br />
If you got the numbers right, you wont see any change in the big number, this means whateveroften you add a to b you wont see any change in b.<br />
&#8230;even if a multiplicated by the number of additions (before you add it) would be a lot bigger then b.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
