home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / portfoli / rpncalc.lzh / rpncalc.doc next >
Text File  |  1991-08-21  |  5KB  |  153 lines

  1. RPNCALC -------------------- PetroLogic
  2.  
  3.   Copyright (c) 1989 by Scott T. Schad
  4.           ALL RIGHTS RESERVED
  5.  
  6. ---------------------------------------
  7.      RPNCALC is |
  8.      shareware. |
  9.                 |
  10.      If it fits |
  11.    your pistol, |
  12. please become a |
  13. registered user |
  14.  by sending $25 |
  15.             to: |
  16.                 | PetroLogic
  17.                 | 427 S. Boston
  18.                 | Suite 104
  19.                 | Philtower Building
  20.                 | Tulsa, Oklahoma 74103
  21. ---------------------------------------
  22.    Your support will encourage me to
  23.       upgrade the program, make it
  24.        smaller, and come out with
  25.         more nifty-keeno stuff!
  26. ---------------------------------------
  27.  
  28.   * Obligatory Philosophy Statement *
  29.  
  30.     There are scientific calculators, 
  31. and there are pocket computers, but it 
  32. seems never the twain shall meet.  I got 
  33. tired of carrying a Psion Organiser for 
  34. phone numbers, an HP71B for engineering 
  35. calculations, and a Sinclair Z88 for 
  36. taking notes.  Surely, I thought, there 
  37. is a better way.  RPNCALC is my attempt 
  38. to turn the Atari Portfolio into the 
  39. ideal engineer's companion and dispense 
  40. with the rest.  
  41.  
  42.  
  43.         /\/\/\/\/\/\/\/\/\/\/\/\
  44.            DOCUMENTATION FOR
  45.         ATARI PORTFOLIO VERSION
  46.         \/\/\/\/\/\/\/\/\/\/\/\/
  47.  
  48.     RPNCALC emulates a Reverse Polish 
  49. Notation scientific calculator on the 
  50. Atari Portfolio.  You move the sliding 
  51. bar using the up and down cursors, to 
  52. determine which row of math functions is 
  53. active when you press the F1-F4 keys.  
  54. Unlike other RPN calculators, the four 
  55. level stack is displayed at all times so 
  56. you can keep track of entries.  The 
  57. ESCAPE key exits the program.
  58.  
  59.     Before you start RPNCALC you must
  60. put the Portfolio screen refresh mode
  61. in 'Keys', otherwise you will get an
  62. empty screen.
  63.  
  64.     You can only change the sign of a 
  65. number or exponent with the CHS 
  66. function key (pressing '-' just 
  67. subtracts x from y).  To change the  
  68. sign of an exponent, type an 'E' or 'e' 
  69. immediately after the number and 
  70. press CHS.  So to type in a negative 
  71. number raised to a negative power 
  72. you:  type the number; press CHS; type 
  73. 'E'; press CHS; then type the 
  74. exponent.   
  75.  
  76.     The FIX key expects a number from   
  77. 0-16 in the x register, and trims 
  78. internal precision to that number of 
  79. decimals.  The default FIX setting is 
  80. 16.  The R-P key takes x and y values 
  81. and leaves the polar radius in x with 
  82. the angle in y.  P-R reverses the 
  83. calculation.  'DEG' and 'rad' indicate 
  84. trig mode by capitalization.  LOG is the 
  85. base 10 logarithm, while LN is the 
  86. natural or naperian logarithm (base 
  87. 'e').  LSX returns the last x-register 
  88. value used in a calculation.  STO and 
  89. RCL provide access to a single storage 
  90. register.  Note that there are several 
  91. keyboard shortcuts for fast stack 
  92. manipulation:  (R)oll up; (r)oll down; 
  93. (D)elete; (S)wap; (C)lear all registers; 
  94. (c)lear x register.
  95.  
  96.  
  97.          Function key summary:
  98. ---------------------------------------
  99. 1st bar position:  (1/x x^2 SQR y^x)
  100.      F1=inverse of x
  101.      F2=x squared
  102.      F3=square root of x
  103.      F4=y raised to x power
  104. ---------------------------------------
  105. 2nd bar position:  (log 10^x ln e^x)
  106.      F1=base 10 logarithm of x
  107.      F2=10 raised to x power
  108.      F3=base "e" logarithm of x
  109.      F4="e" raised to x power
  110. ---------------------------------------
  111. 3rd bar position:  (sin cos tan pi)
  112.      F1=sine of x
  113.      F2=cosine of x
  114.      F3=tangent of x
  115.      F4=pi (3.14...)
  116. ---------------------------------------
  117. 4th bar position:  (asn acs atn fix)
  118.      F1=arcsine of x
  119.      F2=arccosine of x
  120.      F3=arctangent of x
  121.      F4=fixes x number of decimals
  122. ---------------------------------------
  123. 5th bar position:  (r-p p-r int frc)
  124.      F1=changes x,y to radius,angle
  125.      F2=changes radius,angle to x,y
  126.      F3=keeps integer portion of x
  127.      F4=keeps fractional portion of x
  128. ---------------------------------------
  129. 6th bar position:  (lsx DEG rad del)
  130.      F1=recalls last x value
  131.      F2=sets degrees mode
  132.      F3=sets radians mode
  133.      F4=deletes x and rolls up stack
  134. ---------------------------------------
  135. 7th bar position:  (up  clr sto rcl)
  136.      F1=roll up stack
  137.      F2=clear all registers
  138.      F3=copy x to storage register
  139.      F4=recall x from storage register
  140. ---------------------------------------
  141. 8th bar position:  (dn  swp clx chs)
  142.      F1=roll down stack
  143.      F2=swap x & y
  144.      F3=clear x, set=0
  145.      F4=change sign of x or of exponent
  146. ---------------------------------------
  147.  Remember that ESCAPE is the exit key.
  148. ---------------------------------------
  149.  
  150. Please feel free to send suggestions, 
  151. comments, questions via CompuServe to 
  152. Scott T. Schad, ID# 73720,1166.
  153.