COMPUTE!
version 1.01
January 12, 1996.

Programmer: Matthew Buas
            [mbuas@capaccess.org]

----------------------------------------------------------------------------

Welcome to Compute! (version 1.01).
      Compute! is a ShareWare mathematics application that is designed
to run under MS-DOS. This program requires no installation after the
archive file has been unzipped. Included in [compute1.zip] are the
following three files:


      readme.txt         --> This information file.
      reg.txt            --> Information regarding registration.
      comp1u.exe         --> Compute! version 1.01 (program file).


Simply run [comp1u.exe] to start the application.

----------------------------------------------------------------------------

This unregistered version of Compute! offers the following options:

      1. Factoring
             Given a natural number, all factors of this number will be
             calculated.
      2. Prime Factorization
             Given a natural number, all prime factors of this number
             will be calculated.
      3. Prime Number Scan
             Given two natural numbers, n1 and n2, the range from n1
             to n2 will be scanned and all prime numbers within this
             range will be found.
      4. Greatest Common Factor and Least Common Multiple
             Given two natural numbers, the GCF and LCM of these
             two numbers will be calculated.
      5. Triangle Areas
             Given the three sides of a triangle, the area of this triangle
             will be calculated.
      6. Sigmas
             Given two numbers, n1 and n2, and a value for the
             exponent, e, the sum from j=n1 to n2 of j^e will be
             calculated.
      7. Fibonacci Numbers
             Given a natural number, n, the first n numbers in the
             Fibbonacci sequence will be calculated.

 -------------------------------------------------------------------------------
 Compute! v1.01.
 Copyright (c) 1996 Matthew Buas.
 All rights reserved.

 Compute v1.01 is provided "AS IS" without warranty of any kind, either
      express or implied, including but not limited to the implied
      warranties of merchantability and fitness for a particular purpose.
      In no event shall Matthew Buas be liable for any damages
      whatsoever including direct, indirect, incidental, consequential,
      loss of business profits or special damages.

 The Compute! executable and related text files may be distributed
      together freely in an unmodified form and may be used without fee
      by any individual for non-commercial use. Compute! may not be
      distributed as a part of any commercial package. Users of Compute!
      should register their copy of the program within a reasonable
      amount of time. ---> (See [reg.txt]) <----

 -------------------------------------------------------------------------------
