home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / pk4pak.zip / POPCALC.HLP < prev    next >
Text File  |  1992-04-05  |  3KB  |  64 lines

  1. The ESI-PD40B calculator is a basic business calculator that supports the
  2. following operations:
  3.                            ------------ Available from -------------
  4.  Operation     Type        Keyboard       PushButton  OpMenu
  5.  ---------     ----------  -----------------------------------------
  6.  Add           Postfix     [+]            "+"         {Add}
  7.  Subtract      Postfix     [-]            "-"         {Subtract}
  8.  Multiply      Infix       [*]            "*"         {Multiply}
  9.  Divide        Infix       [/]            "/"         {Divide}
  10.  Exponent      Infix       [^]                        {Exponent}
  11.  Percent       Function    [%]                        {Percent}
  12.  Factorial     Function    [!]                        {Factorial}
  13.  Reverse sign  Function    [Alt-R]        "Rev"       {Reverse sign}
  14.  Square root   Function    [Alt-Q]                    {Square root}
  15.  Round,2       Function    [Alt-N]                    {Round,2}
  16.  SaveMem       Function    [>]                        {SaveMem}
  17.  GetMem        Function    [<]                        {GetMem}
  18.  Subtotal      Postfix     [Alt-S]        "Sub"       {Subtotal}
  19.  Total         Terminator  [=] or [Enter] "="         {Total}
  20.  Clear         Terminator  [Alt-L]        "Clr"       {Clear}
  21.  
  22. In addition it has a numeric keypad that contains the numerals 0 - 9 and the
  23. decimal point.
  24.  
  25. Postfix operations operate on a number or numbers that have preceded the operator. 
  26.  
  27. Infix operations apply to the numbers immediately preceding and following the operator. Infix operations are nested, ie. they are resolved before their postfix cousins are resolved.
  28.  
  29. Functions apply only to the number currently in the input cell.
  30.  
  31. As a simple example, to add 3 - 6 = -3, enter 3 + 6 - [Enter].
  32.  
  33. For a more complex example, to calculate a bill with tax for five items: 1 coke at $1.00, three burgers at $2.00 each, and one out of a case of three apple crisps, when the case is worth $6.00, with tax altogether of 7%: enter the following keystrokes:
  34.  
  35.       1 + 2 * 3 + 6 / 3 [Alt-S] * 7 % [Enter]
  36.  
  37. When [Enter], [=], or [Alt-S] are entered without a preceding + or - operator, the + operator is assumed.
  38.  
  39. So, the above keystroke sequence is equivalent to:
  40.  
  41.   (1 + (2 * 3 = 6) + (6 / 3 = 2) = 9 + (9.00 * (7/100 = .07) = .63) = 9.63
  42.  
  43. The Paper tape would show:
  44.  
  45.       1.00 +
  46.       2.00 *
  47.       3.00 =
  48.       6.00 +
  49.       6.00 /
  50.       3.00 =
  51.       2.00 +
  52.       9.00 Subtotal
  53.       9.00 *
  54.       7.00 % =
  55.        .07 :
  56.        .07 =
  57.        .63 +
  58.       9.63 Total
  59.  
  60. The calculator will use the previously calculated figure of the input cell if an operator is hit without entering a new number in the input cell. The input cell shows the running total of the calculation. This running total is automatically replaced by a number that you input in the input cell.
  61.  
  62. Thus 3 + + + [Enter] will give 9.00, while showing 3,6,9 after each plus, and 9 after the [Enter].
  63.  
  64. The paper tape is available for viewing and editing from the Menu, and this help text is available for viewing from the Menu.