home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / e / estat21.zip / EASIDOC.ZIP / ESCHAP17.DOC < prev    next >
Text File  |  1992-06-30  |  3KB  |  133 lines

  1.  
  2.  
  3.      Chapter 17: THE EASIMATH PROGRAM
  4.  
  5.      The program supplied as EASIMATH.EXE is a simple
  6.      calculator which provides the function of EASISTAT's
  7.      ARITHMETIC command as either a standalone program or as a
  8.      memory-resident program which can be "popped up" at any
  9.      time from within another program. It is distributed in
  10.      the self-extracting archive UTILS.EXE.
  11.  
  12.  
  13.      17:1. Running EASIMATH
  14.  
  15.      EASIMATH is run from DOS by entering the command
  16.      EASIMATH. If DOS gives the "Bad command or file name"
  17.      message then that means it cannot find the program file
  18.      called EASIMATH.EXE because it is not in the current
  19.      working directory and not in one of the subdirectories
  20.      listed in the PATH command which should appear in your
  21.      AUTOEXEC.BAT file. You should see the sections on
  22.      installation for more details of this.
  23.  
  24.      To run EASIMATH just once to obtain the result of just
  25.      one calculation the calculation is entered on the command
  26.      line after the program name, e.g.:
  27.  
  28.      EASIMATH 4+3
  29.  
  30.      or:
  31.  
  32.      EASIMATH 5*SIN(2/3) POW 0.33
  33.  
  34.      The result of the calculation will be output. The syntax
  35.      and mathematical operations available are the same as
  36.      described for EASISTAT (except that no columns or
  37.      variables can be referred to).
  38.  
  39.      Alternatively EASIMATH can be set up as a memory-resident
  40.      program which can be popped up at any time. To do this
  41.      simply enter EASIMATH without specifying any calculation.
  42.      You should get a message saying that the program has been
  43.      successfully loaded. From now on you can obtain the
  44.      result of any calculation by typing out the calculation,
  45.      positioning the cursor at the end of it and then pressing
  46.      the M key while you also hold down then SHIFT and CONTROL
  47.      keys. You must make sure there are no spaces within the
  48.      calculation and that there is a space before it if the
  49.      calculation does not begin at the left of the screen. The
  50.      result of the calculation should appear in a box in the
  51.      middle of the screen. To clear it off the screen press
  52.      the ESCAPE key. If instead you press the ENTER key the
  53.      result will be typed into the program you are using as if
  54.      you had typed it yourself. Pressing any other key will
  55.      leave the result displayed on screen.
  56.  
  57.  
  58.      17:2. EASIMATH switches
  59.  
  60.      If you enter:
  61.  
  62.      EASIMATH /r
  63.  
  64.  
  65.      
  66.        121 
  67.         The EASIMATH program 
  68.      
  69.      then EASIMATH will be removed from memory if it had
  70.      previously been loaded. This will not work if other
  71.      memory-resident programs have been loaded subsequently
  72.      and not removed, nor if EASIMATH was originally loaded
  73.      when there was another program running at the same time,
  74.      for example if it had been loaded from EASISTAT's SYSTEM
  75.      command.
  76.  
  77.      Entering:
  78.  
  79.      EASIMATH /e
  80.  
  81.      will just display some examples of how the program is
  82.      used.
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.      
  132.        122 
  133.