home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-06 | 1.0 KB | 24 lines | [TEXT/CWIE] |
- This package is a port of C routines posted several years ago to a DOS
- archive by Mark Morley. The Equation Evaluator takes an equation in the
- form of a text string and returns a value. Having tried a couple
- of small C interpreters it was a relief to find something I could
- understand and which handled floating point numbers.
-
- There are two folders. The EE folder contains the port and the original documentation.
- In the CEquation folder I've reorganized the code as a C++ class.
-
- You will need CodeWarrior as I've used the exception macros provided by Power Plant.
-
- I haven't been able to contact Mark, but he does give permission to "do anything you desire
- with this code, as long as you give credit".
-
- - Rob Douglas, Nov. 6, 1995
-
- Robert M. Douglas Department of Ophthalmology
- McKellar Designs University of British Columbia
- #15-1201 Lameys Mill Road, 2550 Willow St.
- Vancouver, B.C. Canada Vancouver, B.C. Canada
- V6H 3S8 V5Z 3N9
- rdouglas@mckellar.com douglas@org.ecc.ubc.ca
- http://www.mckellar.com/designs/
-