home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / calc_tsr.zip / README < prev   
Text File  |  1991-05-28  |  3KB  |  62 lines

  1. This file contains a short description of CALCULATOR version 1.0.
  2. -----------------------------------------------------------------
  3.  
  4. CALCULATOR is a memory resident program (TSR) which, after installation
  5. in memory can be invoked at any moment by pressing a hot-key combination
  6. (Alt-Shift).
  7.  
  8. To install CALCULATOR in memory just type in CALC and press <Enter>.
  9. After that you will see a one-page message from the authors of the program.
  10.  
  11. From now on, CALCULATOR stays in memory (it takes around 80KB of RAM).
  12. You can invoke CALCULATOR by pressing Alt-Shift keys simultaneously.
  13. When you do it, a calculator pops up on the screen, even if you are running
  14. another program e.g. a text editor.
  15.  
  16.               FUNCTIONS OF THE CALCULATOR
  17.               ---------------------------
  18.  
  19.  <BIN> BINary mode                < ( > open bracket
  20.  <HEX> HEXadecimal mode           < ) > close bracket
  21.  <DEC> DECimal mode               <TAN> TANgens
  22.  < C > Cancel last operation      <SIN> SINe
  23.  <CA > Clear All                  <COS> COSine
  24.  < + > addition                   < % > percent
  25.  < - > subtraction                <LOG> decimal LOGarithm
  26.  < * > multiplication             <LNx> Natural Logarithm
  27.  < / > division                   <e^x> e to the power of x
  28.  < = > display result             < π > pi
  29.  <NEG> NEGation                   <1/x> 1 divided by
  30.  <°F > switch to Fahrenheit mode  < x²> square
  31.  <°C > switch to Celsius mode     <√x > square root
  32.  <Mwr> WRite to Memory            < !x> factorial
  33.  <Mrd> ReaD from Memory           <x^y> x to the power of y
  34.  
  35.  
  36.        Additional functions:
  37.        ---------------------
  38. Press <F1> function key to display a help window.
  39. To enter a number use numeric keys : <0>..<9>, <->, <.>.
  40. Use <E> key to enter the exponent.
  41.  
  42. To select a function position the cursor on the, appropriate key using :
  43. <Arrow Keys>, <PgUp>, <PgDn>, <Home>, <End>, and then press <ENTER>.
  44.  
  45. The line above the display is the Status Line.
  46. The Status Line contains the information about the current mode of the
  47. calculator :
  48.  - BINary, HEXadecimal, or DECimal mode of display ;
  49.  - DEGree or RADian mode for trigonometric functions ;
  50.  - °Celsius or °Fahrenheit mode ;
  51.  - ( - number of open brackets entered ;
  52.  - ) - number of close brackets entered.
  53.  
  54. History window displays a list of intermediate results and operators used.
  55.  
  56.  
  57. Pressing <Esc> closes CALCULATOR but it remains in memory, so you can
  58. invoke it as many times as you like.
  59.  
  60. If you want to remove CALCULATOR from memory just press Ctrl-Shift
  61. simultaneously when you are at the DOS prompt.
  62.