home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / WIN_CE / PC / coolcalczip.exe / basic.htp < prev    next >
Text File  |  1997-09-11  |  4KB  |  106 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <html>
  3.  
  4. <head>
  5. <meta http-equiv="refer" content="file:coolcalc.htc">
  6.  
  7.  
  8.  
  9. <title>Basic Operation</title>
  10. </head>
  11.  
  12. <body bgcolor="#FFFFFF">
  13.  
  14. <h2>Basic Operation</h2>
  15.  
  16. <p>This section explains the following:</p>
  17.  
  18. <dl>
  19.     <dt>How does it all work?</dt>
  20.     <dt>What the heck is RPN?</dt>
  21.     <dt>How do I find out what do all of the buttons do?</dt>
  22.     <dt>What are "Formula Screens"?</dt>
  23. </dl>
  24.  
  25. <h3><a name="b1"></a>How does it all work?</h3>
  26.  
  27. <blockquote>
  28.     <p>When you launch CoolCalc, you'll see the main menu screen.
  29.     This screen is a gateway to various calculators and formula
  30.     screens. Simply tap any one of the buttons to go to that
  31.     place. There are three basic calculators that come with
  32.     CoolCalc: a Business Calculator, an RPN Business Calculator,
  33.     and an RPN Scientific calculator.</p>
  34. </blockquote>
  35.  
  36. <h3><a name="b2"></a>What the heck is RPN?</h3>
  37.  
  38. <blockquote>
  39.     <p>RPN stands for "Reverse Polish Notation"; this
  40.     is a system that was patented by Hewlett-Packard in the 1970s
  41.     as an alternate way of doing calculations that is used mostly
  42.     by engineering folks. If you look at one of the RPN
  43.     calculator screens, you won't see an equals key. This is OK.
  44.     Instead, you'll see a key labeled "ENT" or
  45.     "Enter". The "Enter" key saves the value
  46.     in the display for use later. This is best illustrated by
  47.     some examples:</p>
  48. </blockquote>
  49.  
  50. <blockquote>
  51.     <p><strong>Calculate 6x3:</strong></p>
  52. </blockquote>
  53.  
  54. <blockquote>
  55.     <blockquote>
  56.         <p>Non-RPN: press <strong>6</strong>, then <strong>X</strong>,
  57.         then <strong>3</strong>, then <strong>=</strong></p>
  58.         <p>RPN: press <strong>6</strong>, then <strong>ENT</strong>,
  59.         then <strong>3</strong>, then <strong>X</strong></p>
  60.     </blockquote>
  61.     <p>RPN becomes more useful when doing complicated
  62.     calculations, as shown in this example:</p>
  63. </blockquote>
  64.  
  65. <blockquote>
  66.     <p><strong>Calculate 3x(4+5):</strong></p>
  67. </blockquote>
  68.  
  69. <blockquote>
  70.     <blockquote>
  71.         <p>Non-RPN: press <strong>3, X, (, 4, +, 5, ), =</strong></p>
  72.         <p>RPN: press <strong>3, ENT, 4, ENT, 5, +, X</strong></p>
  73.     </blockquote>
  74. </blockquote>
  75.  
  76. <h3><a name="b3"></a>How do I find out what do all of the buttons
  77. do?</h3>
  78.  
  79. <blockquote>
  80.     <p>Hold down the Alt key, and tap a button. You'll get a
  81.     brief description of what that button does. Note that some of
  82.     the calculators have blank buttons; these blank buttons can
  83.     be assigned to special functions of your choosing (see Macros
  84.     in the Advanced section for details on how to do this).</p>
  85. </blockquote>
  86.  
  87. <h3><a name="b4"></a>What are "Formula Screens"?</h3>
  88.  
  89. <blockquote>
  90.     <p>One of the nifty features of CoolCalc is the ability to
  91.     set up formula screens. We've included a few handy things
  92.     such as some metric conversions, loans, and time value of
  93.     money calculations. You can add your own as well, as you'll
  94.     see later on. Go to the main menu, select <strong>Formulas</strong>,
  95.     and explore a little. You can always return to the main menu
  96.     by tapping on the <strong>home</strong> button.</p>
  97.     <p>Formula screens are the friendly cousins of spreadsheets,
  98.     with the advantages of having a nicer interface, and the
  99.     ability to do "what if" scenarios very easily. For
  100.     example, if you are a Realtor working on a loan with a
  101.     customer, you can set the amount of the loan, and calculate
  102.     the payment. Or, you can set the desired monthly payment, and
  103.     figure out how much money your client can borrow.</p>
  104. </blockquote>
  105. </body>
  106. </html