home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / WIN_CE / PC / coolcalczip.exe / cc-busrpncalc.htp < prev    next >
Encoding:
Text File  |  1997-09-11  |  1.7 KB  |  44 lines

  1. <html>
  2. <head>
  3. <meta http-equiv=refer content="file:coolcalc.htc">
  4. </head>
  5. <body>
  6. <h2>Business RPN Calculator</h2>
  7.  
  8. <p>This is a standard RPN calculator, with some extra functions
  9. for business users. Here's some hints:</p>
  10.  
  11. <ul>
  12.     <li>To find out what a particular button does, hold down the <strong>Alt</strong>
  13.         key and tap the button.</li>
  14.     <li>The blank buttons exist to make it easy for you to create
  15.         macros. Macros are common sequences of button presses
  16.         that you can assign to a single button.</li>
  17.     <li>To return to the main CoolCalc menu, press the home
  18.         button in the upper right hand corner.</li>
  19. </ul>
  20.  
  21. <p><strong>What is RPN? How does it work?</strong></p>
  22.  
  23. <p>RPN (which stands for "Reverse Polish Notation") is
  24. a system of doing calculations that was patented by
  25. Hewlett-Packard in the 1970s. As the name suggests, things are
  26. done a little backwards, but the end result is that complicated
  27. calculations become much simpler. </p>
  28.  
  29. <p>RPN is different in a couple of ways. First of all, there is
  30. no "equals" button. To perform calculations, you
  31. "Enter" the numbers you wish to use in your
  32. calculations, then press the buttons for the operations. For
  33. example, to calculate 3+4, you press 3, then <strong>ENT</strong>,
  34. then 4, then <strong>+</strong>. </p>
  35.  
  36. <p>The beauty of RPN comes out when you do complicated
  37. calculations. For example, to do 3 + (4 x 5), you would press <strong>3,
  38. </strong>then <strong>ENT, </strong>then <strong>4</strong>, then
  39. <strong>ENT</strong>, then <strong>5</strong>, then <strong>x</strong>,
  40. then <strong>+</strong>. Another example: (3+4) x (5+6): <strong>3,
  41. ENT, 4, +, ENT,5,ENT,6,+,x.</strong> </p>
  42. </body>
  43. </html>
  44.