home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / spread / thinkr30.zip / THINK.HLP < prev    next >
Text File  |  1993-05-10  |  8KB  |  214 lines

  1. The Thinker Help Screens
  2. @1,Summary of Functions
  3. @2,Mathematical functions
  4. @3,Statistical functions
  5. @4,Financial functions
  6. @5,Special functions
  7. @6,Features of The Thinker
  8. @7,Command sequences
  9. @8,Worksheet options
  10. @9,Print options
  11. @10,"HOW TO"
  12. @11,"How to become a registered user"
  13. ##1
  14.                               Available Functions
  15.  
  16. NOTE:Some arguments may be ranges such as A1.B3, or numbers. When a range or
  17. a list of arguments may be used, LIST is given in the function description. 
  18. If the function takes only a single argument "arg" will be designated.
  19.  
  20.     Mathematical Functions           Statistical Functions
  21.     ----------------------           ---------------------     
  22.     @ABS(arg)    @LN(arg)            @AVG(list)    @SS(list)
  23.     @ACOS(arg)   @LOG(arg)           @COUNT(list)  @STD(list)
  24.     @ASIN(arg)   @MOD(x,y)           @MAX(list)    @SUM(list)
  25.     @ATAN(arg)   @PI                 @MIN(list)    @VAR(list)  
  26.     @ATAN2(arg)  @RAND               @SEM(list)
  27.     @COS(arg)    @ROUND(x,n)
  28.     @EXP(arg)    @SIN(arg)           Financial Functions
  29.     @INT(arg)    @SQRT(arg)          -----------------------
  30.                  @TAN(arg)           @FV(pmt,int,term)
  31.                                      @IRR(guess,list)
  32.     Special Functions                @NPV(x,list)        
  33.     ----------------------           @PMT(prn,int,term)  
  34.     @ERR         @DEC(arg,n)         @PV(pmt,int,term)   
  35. ##2
  36.                              Mathematical Functions
  37.                              ----------------------
  38.     @ABS(arg)  - absolute value
  39.     @ACOS(arg) - arc cosine
  40.     @ASIN(arg) - arc sine
  41.     @ATAN(arg) - 2 quadrant arc tangent
  42.     @ATAN2(arg)- 4 quadrant arc tangent
  43.     @COS(arg)  - cosine
  44.     @EXP(arg)  - exponential
  45.     @INT(arg)  - integer part
  46.     @LN(arg)   - log base e
  47.     @LOG(arg)  - log base 10
  48.     @MOD(x,y)  - x modulo y
  49.     @PI        - pi (π)
  50.     @RAND      - random number between 0 and 1
  51.     @ROUND(x,n)- round a number to n decimal places
  52.     @SIN(arg)  - sine
  53.     @SQRT(arg) - square root
  54.     @TAN(arg)  - tangent
  55. ##3
  56.                              Statistical Functions
  57.                              ---------------------
  58.  
  59.  
  60.     @AVG(list)    - average or items in list
  61.     @COUNT(list)  - counts number of items in list
  62.     @MAX(list)    - maximum of values in list
  63.     @MIN(list)    - minimum of values in list
  64.     @SEM(list)    - standard error of the mean from list
  65.     @SS(list)     - sum of sqaures from list
  66.     @STD(list)    - standard deviation from list
  67.     @SUM(list)    - sum of numbers in list
  68.     @VAR(list)    - variance of numbers in list
  69.  
  70.  
  71.  
  72. ##4
  73.                               Financial Functions
  74.                             -----------------------
  75.     @FV(pmt,int,term)  - FUTURE VALUE OF AN ANNUITY
  76.                          pmt = payment made each period
  77.                          int = interest per period; term = number of periods
  78.  
  79.     @IRR(guess,list)   - INTERNAL RATE OF RETURN
  80.                          guess = initial guess (usually 0 to 1.)
  81.                          list = cash flows
  82.  
  83.     @NPV(x,list)       - NET PRESENT VALUE
  84.                          x = per period interest rate
  85.                          list = cash flows
  86.  
  87.     @PMT(prn,int,term) - MORTGAGE PAYMENT PER PERIOD
  88.                          prn = beginning principle
  89.                          int = per period interest rate
  90.                          term = how many payments to be made
  91.  
  92.     @PV(pmt,int,term)  - PRESENT VALUE OF AN ORDINARY ANNUITY
  93.                          pmt = payment per period
  94.                          int = interest per period; term = number of periods
  95. ##5
  96.  
  97.                                Special Functions
  98.                                -----------------
  99.  
  100. @ERR - designates a value of ERR (error). A cell with value ERR will
  101.        cause subsequent functions to return a value of ERR.
  102.  
  103. @DEC(x,n) - causes the number associated with the cell to print out
  104.             the number to n decimal places.
  105. ##6
  106.                              Features of The Thinker
  107.                              -----------------------
  108.  
  109. Size of worksheet - 26 columns lettered A to Z
  110.                     125 rows
  111.  
  112. Maximum number of cells defined at one time = 1000
  113.  
  114. Calculations are performed in natural sequence. That is, a calculation does 
  115. not take place until all previous cells which related to that cell have also 
  116. been calculated. 
  117.  
  118. All files to be accessed must be in the same sub-directory.
  119. ##7
  120.                                Command Sequences
  121.                                -----------------
  122.  
  123. All commands are invoked by first typing the slash "/" character.
  124. A menu will then be presented:
  125.  
  126. Worksheet  Range  Copy  Move  File  Print  Quit
  127.  
  128. To choose one of these options, press the first letter of the option, or move 
  129. the selection marker by pressing the space bar, then press ENTER when the 
  130. desired options is highlighted. Another menu, or a question may then appear 
  131. on the screen. 
  132.  
  133. -WORKSHEET - options having to do with the entire worksheet (Global, Insert,
  134.              Delete, Column-Width, and Erase)
  135. -RANGE - Erase a range of cells
  136. -COPY and MOVE - Copy or move a range of cells
  137. -FILE - Save or Retrieve a file, or list files on disk
  138. -PRINT - Print a worksheet to a file or to the printer.
  139. -QUIT - End the program
  140. ##8
  141.                                Worksheet Options
  142.                                -----------------
  143.  
  144. -GLOBAL - Set global column-width, or choose manual or automatic calculation
  145.  
  146. -INSERT - Insert blank columns or rows
  147.  
  148. -DELETE - Delete column or rows
  149.  
  150. -COLUMN-WIDTH - Set or Reset column width of a specific column
  151.  
  152. -ERASE - Erase the entire worksheet
  153. ##9
  154.                                  Print Options
  155.                                  -------------
  156.  
  157. -RANGE - Select range of worksheet to print
  158.  
  159. -LINE - Print a single blank line on the page
  160.  
  161. -PAGE - Go to top of page
  162.  
  163. -CLEAR - Clear the print selections
  164.  
  165. -ALIGH - Align the paper
  166.  
  167. -GO - Begin printing
  168.  
  169. -QUIT - Quit the print procedure
  170.  
  171. -SETUP - Send printer a setup code
  172. ##10
  173.                                      HOW TO
  174.  
  175. HOW TO QUIT - When you return to the worksheet screen, press the slash key
  176. "/". The menu will appear. Next press the "Q" key. You will be given one more 
  177. "Yes No" choice. If you wish to stop the program, press the "Y" key. 
  178.  
  179. HOW TO SAVE A FILE - Press "/", then choose "F" for FILE. Choose "S" for
  180. SAVE. Next enter a name for your worksheet, using eight or fewer characters.
  181.  
  182. HOW TO GET A FILE BACK - Press "/", then choose "F" for FILE. Choose "R" for 
  183. RETRIEVE. Next enter the name of the file to get. If you don't know the name
  184. of the file, see next "How to".
  185.  
  186. HOW TO GET A LISTING OF FILES ON DISK - Press "/", then choose "F" for FILE. 
  187. Next choose "L" for list. You will be asked to specify either THINKER files or 
  188. all files. Choosing THINKER will list all files with the ".TKR" extension.
  189.  
  190. ##11
  191.  
  192.  
  193.           The THINKER  program is  a copyrighted  program that  allows  
  194.           users, under  certain  conditions,  to copy  and  share  the  
  195.           program  with  others.  Never  call  it  a  "public  domain"  
  196.           program. You  are not  allowed to  make photocopies  of  the  
  197.           manual. Persons who  use THE THINKER  are obliged to  become  
  198.           officially licensed users by registering. This provides  you  
  199.           with several advantages. You  receive information about  new  
  200.           releases, bugs, updates and problems. You also get a copy of  
  201.           the latest version of the program and manual on disk. If you  
  202.           use THE THINKER, you  should print the  ORDER form on  disk,  
  203.           and become a registered user. To print the file named ORDER,
  204.           with the THINKER disk in the A drive, use the command:
  205.  
  206.           A>COPY ORDER LPT1:
  207.  
  208.           Thanks.
  209. ORDER,
  210.           with the THINKER disk in the A drive, use the command:
  211.  
  212.           A>COPY ORDER LPT1:
  213.  
  214.