Adding a bit more to the page
[ejpi] / index.html
index 3354da2..8781f6b 100644 (file)
@@ -15,7 +15,9 @@
                The interface focuses on history manipulation and quick access to functionality through something like pie menus. It takes advantage of pythons type system under the hood for support of integer, float, and complex operations. For integers it tracks the base used and tries to persist that through the operations.
                </p>
 
-               <p>The name (e^(j pi) + 1 = 0, or shortened ejpi) is <a href="http://en.wikipedia.org/wiki/Eulers_identity">Euler's Identity</a>.  If you do not understand the beauty of it, I recommend reading the article.  Why "j"?  I come from an <a href="http://en.wikipedia.org/wiki/Imaginary_unit#Alternative_notations">engineering background</a>.  Yeah, it put a smile on my face when I learned Python and found out it used "j".
+               <p>The name (e^(j pi) + 1 = 0, or shortened ejpi) is <a href="http://en.wikipedia.org/wiki/Eulers_identity">Euler's Identity</a>.  If you do not understand the beauty of it, I recommend reading the article.  Why "j"?  I come from an <a href="http://en.wikipedia.org/wiki/Imaginary_unit#Alternative_notations">engineering background</a>.  Yeah, it put a smile on my face when I learned Python and found out it used "j".</p>
+
+               <p><a href="http://en.wikipedia.org/wiki/Reverse_Polish_notation">RPN</a>?  I've just always been a fan of its simplicity to understand, simplicity to code, uniformity in action, less mental tracking, etc.  Yes, I own several HP calculators.</p>
 
                <p>ejpi has been tested on Ubuntu 8.10 and n810 w/ Diablo</p>