<?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: Did you know: Calculator is awesome!</title>
	<atom:link href="http://smokingapples.com/basics/did-you-know-calculator-is-awesome/feed/" rel="self" type="application/rss+xml" />
	<link>http://smokingapples.com/basics/did-you-know-calculator-is-awesome/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Jun 2011 17:01:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cam</title>
		<link>http://smokingapples.com/basics/did-you-know-calculator-is-awesome/#comment-6127</link>
		<dc:creator>Cam</dc:creator>
		<pubDate>Mon, 29 Jun 2009 09:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://smokingapples.com/?p=9494#comment-6127</guid>
		<description>I just realized that Calculator has RPN mode- very happy with that.</description>
		<content:encoded><![CDATA[<p>I just realized that Calculator has RPN mode- very happy with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://smokingapples.com/basics/did-you-know-calculator-is-awesome/#comment-6123</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 28 Jun 2009 20:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://smokingapples.com/?p=9494#comment-6123</guid>
		<description>Adding to what was said above, RPN is also called infix notation. The regular algebra you learned in school is post fix notation. When you look at a complex expression with lots of nested parentheses it is easy to see the structure and groupings but tedious to do the calculation. With RPN it is hard to get an insight to the structure of the expression but very easy to do the arithmatic. With infix notation every time you come to a parenthesis you have to set your work aside and start a new problem. With RPN you either add a number to the stack, perform some math operator on the stack values or manipulate the stack.</description>
		<content:encoded><![CDATA[<p>Adding to what was said above, RPN is also called infix notation. The regular algebra you learned in school is post fix notation. When you look at a complex expression with lots of nested parentheses it is easy to see the structure and groupings but tedious to do the calculation. With RPN it is hard to get an insight to the structure of the expression but very easy to do the arithmatic. With infix notation every time you come to a parenthesis you have to set your work aside and start a new problem. With RPN you either add a number to the stack, perform some math operator on the stack values or manipulate the stack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://smokingapples.com/basics/did-you-know-calculator-is-awesome/#comment-6124</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 28 Jun 2009 20:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://smokingapples.com/?p=9494#comment-6124</guid>
		<description>Adding to what was said above, RPN is also called infix notation. The regular algebra you learned in school is post fix notation. When you look at a complex expression with lots of nested parentheses it is easy to see the structure and groupings but tedious to do the calculation. With RPN it is hard to get an insight to the structure of the expression but very easy to do the arithmatic. With infix notation every time you come to a parenthesis you have to set your work aside and start a new problem. With RPN you either add a number to the stack, perform some math operator on the stack values or manipulate the stack.</description>
		<content:encoded><![CDATA[<p>Adding to what was said above, RPN is also called infix notation. The regular algebra you learned in school is post fix notation. When you look at a complex expression with lots of nested parentheses it is easy to see the structure and groupings but tedious to do the calculation. With RPN it is hard to get an insight to the structure of the expression but very easy to do the arithmatic. With infix notation every time you come to a parenthesis you have to set your work aside and start a new problem. With RPN you either add a number to the stack, perform some math operator on the stack values or manipulate the stack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://smokingapples.com/basics/did-you-know-calculator-is-awesome/#comment-6122</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 28 Jun 2009 19:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://smokingapples.com/?p=9494#comment-6122</guid>
		<description>Viswakarma,

You can click on the green zoom-window button to change calculator modes.

Milind,

The calculator speaks with whichever voice you set in the Speech preferences, not just Alex.</description>
		<content:encoded><![CDATA[<p>Viswakarma,</p>
<p>You can click on the green zoom-window button to change calculator modes.</p>
<p>Milind,</p>
<p>The calculator speaks with whichever voice you set in the Speech preferences, not just Alex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://smokingapples.com/basics/did-you-know-calculator-is-awesome/#comment-6118</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Sun, 28 Jun 2009 13:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://smokingapples.com/?p=9494#comment-6118</guid>
		<description>Calculator in spotlight is an enormous time saver. (google supports this too as a search result, but spotlight is much quicker and always open).

The spotlight equation parser knows more than simple math: try &quot;log(pi)&quot;

I wish it supported the conventional caret for powers &quot;2^2&quot;, but pow(2,2) is a work around.

For the person who asked &quot;what is RPN?&quot; - it stands for reverse polish notation, and works with a &quot;stack&quot; and needs no equals key: Instead of &quot;2+2=&quot;, you push the two operands onto the stack, then just provide an operator which will work on the elements stacked above it. So &quot;2+2&quot; becomes &quot;2 2 +&quot;. Think of it like &quot;my numbers are 2 &amp; 2&quot;, &quot;my request is addition&quot; - hey presto.</description>
		<content:encoded><![CDATA[<p>Calculator in spotlight is an enormous time saver. (google supports this too as a search result, but spotlight is much quicker and always open).</p>
<p>The spotlight equation parser knows more than simple math: try &#8220;log(pi)&#8221;</p>
<p>I wish it supported the conventional caret for powers &#8220;2^2&#8243;, but pow(2,2) is a work around.</p>
<p>For the person who asked &#8220;what is RPN?&#8221; &#8211; it stands for reverse polish notation, and works with a &#8220;stack&#8221; and needs no equals key: Instead of &#8220;2+2=&#8221;, you push the two operands onto the stack, then just provide an operator which will work on the elements stacked above it. So &#8220;2+2&#8243; becomes &#8220;2 2 +&#8221;. Think of it like &#8220;my numbers are 2 &amp; 2&#8243;, &#8220;my request is addition&#8221; &#8211; hey presto.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milind Alvares</title>
		<link>http://smokingapples.com/basics/did-you-know-calculator-is-awesome/#comment-6114</link>
		<dc:creator>Milind Alvares</dc:creator>
		<pubDate>Sun, 28 Jun 2009 00:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://smokingapples.com/?p=9494#comment-6114</guid>
		<description>Can someone tell me what RPN is? I tried clicking it but nothing happened, so I ignored it.</description>
		<content:encoded><![CDATA[<p>Can someone tell me what RPN is? I tried clicking it but nothing happened, so I ignored it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 5/14 queries in 0.004 seconds using disk: basic

Served from: smokingapples.com @ 2012-02-11 16:14:16 -->
