------------------------------------------------------------------------------
                                MTOOL, CONVERT
                    Copyright (c) 1988 by Martin J. Maher
------------------------------------------------------------------------------

    The files on this disk are:

       CCONV    PAS - Turbo Pascal source code for CONVERT
       CONVERT  EXE - Command-line unit conversion utility
       CONVERT  DOC - Documentation for CONVERT
       CONVERT  PAS - Turbo Pascal source code for CONVERT
       MTOOL    EXE - Interactive mathematical function interpreter
       MTOOL    DOC - Documentation for MTOOL
       READ     ME  - This file

    MTOOL is an interactive mathematical program that accepts functions
of one variable defined by the user.  It includes the following features:

   - Evaluation of the function for any value or range of values of the
     independent variable.
   - Evaluation of the derivative of the function for any value of the
     independent variable.
   - Numeric integration using Simpson's Rule.
   - Fast and powerful root finding.
   - Graphics using all common PCompatible graphics standards - CGA, EGA,
     VGA, Hercules

    CONVERT is a unit conversion utility that accepts two arguments from
the command line, a number and a unit (e.g., 10 miles), and shows a list
of equivalent quantities with different units.
