<?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: Quirky behavior of oocalc</title>
	<atom:link href="http://sankarshan.randomink.org/blog/2008/10/15/quirky-behavior-of-oocalc/feed/" rel="self" type="application/rss+xml" />
	<link>http://sankarshan.randomink.org/blog/2008/10/15/quirky-behavior-of-oocalc/</link>
	<description>A collection of jottings on various issues that excite no one else</description>
	<lastBuildDate>Thu, 11 Mar 2010 01:20:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vcp</title>
		<link>http://sankarshan.randomink.org/blog/2008/10/15/quirky-behavior-of-oocalc/comment-page-1/#comment-66738</link>
		<dc:creator>vcp</dc:creator>
		<pubDate>Thu, 16 Oct 2008 10:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://sankarshan.randomink.org/blog/?p=429#comment-66738</guid>
		<description>This is not a bug. 
F2 != F4
G2 != G4

You can put some checks to make sure that your assumptions are correction. Just like assertions in source code.

For example, to check if cell G4 and G6 are really equal, following check could be used.
=IF(G4=G6;&quot;SAME&quot;;&quot;DIFFERENT&quot;)

-----------------------
Also try changing precision  (decimal places) used for display purpose.

Tools -&gt; Options --&gt; OO.Calc -&gt; View

Also make sure to increase column widths to properly display higher precision values.</description>
		<content:encoded><![CDATA[<p>This is not a bug.<br />
F2 != F4<br />
G2 != G4</p>
<p>You can put some checks to make sure that your assumptions are correction. Just like assertions in source code.</p>
<p>For example, to check if cell G4 and G6 are really equal, following check could be used.<br />
=IF(G4=G6;&#8221;SAME&#8221;;&#8221;DIFFERENT&#8221;)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Also try changing precision  (decimal places) used for display purpose.</p>
<p>Tools -&gt; Options &#8211;&gt; OO.Calc -&gt; View</p>
<p>Also make sure to increase column widths to properly display higher precision values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sankarshan</title>
		<link>http://sankarshan.randomink.org/blog/2008/10/15/quirky-behavior-of-oocalc/comment-page-1/#comment-66737</link>
		<dc:creator>sankarshan</dc:creator>
		<pubDate>Thu, 16 Oct 2008 06:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://sankarshan.randomink.org/blog/?p=429#comment-66737</guid>
		<description>Well, not having used a spreadsheet in a while, I would have expected the underlying calculated value to be what gets displayed as the presented value. But, figured out what was wrong :)</description>
		<content:encoded><![CDATA[<p>Well, not having used a spreadsheet in a while, I would have expected the underlying calculated value to be what gets displayed as the presented value. But, figured out what was wrong <img src='http://sankarshan.randomink.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://sankarshan.randomink.org/blog/2008/10/15/quirky-behavior-of-oocalc/comment-page-1/#comment-66735</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Thu, 16 Oct 2008 04:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://sankarshan.randomink.org/blog/?p=429#comment-66735</guid>
		<description>I would be very pissed if what i see on the screen was the underlying numerical value.

I would say you are confusing content with presentation.</description>
		<content:encoded><![CDATA[<p>I would be very pissed if what i see on the screen was the underlying numerical value.</p>
<p>I would say you are confusing content with presentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sankarshan</title>
		<link>http://sankarshan.randomink.org/blog/2008/10/15/quirky-behavior-of-oocalc/comment-page-1/#comment-66731</link>
		<dc:creator>sankarshan</dc:creator>
		<pubDate>Wed, 15 Oct 2008 23:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://sankarshan.randomink.org/blog/?p=429#comment-66731</guid>
		<description>Nope you are not. As a comment states, it is best to use round().</description>
		<content:encoded><![CDATA[<p>Nope you are not. As a comment states, it is best to use round().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sankarshan</title>
		<link>http://sankarshan.randomink.org/blog/2008/10/15/quirky-behavior-of-oocalc/comment-page-1/#comment-66730</link>
		<dc:creator>sankarshan</dc:creator>
		<pubDate>Wed, 15 Oct 2008 23:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://sankarshan.randomink.org/blog/?p=429#comment-66730</guid>
		<description>Isn&#039;t what I see on the screen supposed to be the underlying numerical value ? :)</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t what I see on the screen supposed to be the underlying numerical value ? <img src='http://sankarshan.randomink.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smeagol</title>
		<link>http://sankarshan.randomink.org/blog/2008/10/15/quirky-behavior-of-oocalc/comment-page-1/#comment-66729</link>
		<dc:creator>smeagol</dc:creator>
		<pubDate>Wed, 15 Oct 2008 21:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://sankarshan.randomink.org/blog/?p=429#comment-66729</guid>
		<description>The result is not accurate, 358 / 380 = 0,942105263...</description>
		<content:encoded><![CDATA[<p>The result is not accurate, 358 / 380 = 0,942105263&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noName</title>
		<link>http://sankarshan.randomink.org/blog/2008/10/15/quirky-behavior-of-oocalc/comment-page-1/#comment-66727</link>
		<dc:creator>noName</dc:creator>
		<pubDate>Wed, 15 Oct 2008 17:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://sankarshan.randomink.org/blog/?p=429#comment-66727</guid>
		<description>This is not an Error: 358/380=0.942105263 not 0.94!
Ckeck your cell formatting.</description>
		<content:encoded><![CDATA[<p>This is not an Error: 358/380=0.942105263 not 0.94!<br />
Ckeck your cell formatting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Poelstra</title>
		<link>http://sankarshan.randomink.org/blog/2008/10/15/quirky-behavior-of-oocalc/comment-page-1/#comment-66726</link>
		<dc:creator>John Poelstra</dc:creator>
		<pubDate>Wed, 15 Oct 2008 16:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://sankarshan.randomink.org/blog/?p=429#comment-66726</guid>
		<description>It is not broken.

Expand the formatting for all of the values in column &#039;F&#039; to multiple decimal places... say, 10

It is the formatting of the cells and the number decimal places... a common gotcha with spreadsheets where calculated values are used in subsequent computations and then compared to hand entered values with less decimal places..  

What you see on the screen isn&#039;t exactly what the underlying numerical value is.</description>
		<content:encoded><![CDATA[<p>It is not broken.</p>
<p>Expand the formatting for all of the values in column &#8216;F&#8217; to multiple decimal places&#8230; say, 10</p>
<p>It is the formatting of the cells and the number decimal places&#8230; a common gotcha with spreadsheets where calculated values are used in subsequent computations and then compared to hand entered values with less decimal places..  </p>
<p>What you see on the screen isn&#8217;t exactly what the underlying numerical value is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isak Savo</title>
		<link>http://sankarshan.randomink.org/blog/2008/10/15/quirky-behavior-of-oocalc/comment-page-1/#comment-66725</link>
		<dc:creator>Isak Savo</dc:creator>
		<pubDate>Wed, 15 Oct 2008 15:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://sankarshan.randomink.org/blog/?p=429#comment-66725</guid>
		<description>I don&#039;t see the problem. Yes you get different values, but that&#039;s because your calculated cells (the ones with forumlas) contains higher precision than the ones you entered yourself. Try changing the formatting of the cells and you&#039;ll see the difference.

I did the calculations on a standard calculator and found no errors...

or am I missing something?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see the problem. Yes you get different values, but that&#8217;s because your calculated cells (the ones with forumlas) contains higher precision than the ones you entered yourself. Try changing the formatting of the cells and you&#8217;ll see the difference.</p>
<p>I did the calculations on a standard calculator and found no errors&#8230;</p>
<p>or am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markrian</title>
		<link>http://sankarshan.randomink.org/blog/2008/10/15/quirky-behavior-of-oocalc/comment-page-1/#comment-66724</link>
		<dc:creator>markrian</dc:creator>
		<pubDate>Wed, 15 Oct 2008 15:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://sankarshan.randomink.org/blog/?p=429#comment-66724</guid>
		<description>You&#039;ve simply lost precision. Calc/Spreadsheets carry more precision in their calculations than may be displayed in the cells.

Select the column G and click the button to add decimal places a few times. What you copied down is not exactly the same number as was calculated.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve simply lost precision. Calc/Spreadsheets carry more precision in their calculations than may be displayed in the cells.</p>
<p>Select the column G and click the button to add decimal places a few times. What you copied down is not exactly the same number as was calculated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
