Dec 252017
 
Mathematical expression evaluator that can be run from the command prompt. Very handy for quick calculations.
File MATHEE.ZIP from The Programmer’s Corner in
Category Science and Education
Mathematical expression evaluator that can be run from the command prompt. Very handy for quick calculations.
File Name File Size Zip Size Zip Type
MATH.EXE 31802 19993 deflated
READ.ME 599 371 deflated

Download File MATHEE.ZIP Here

Contents of the READ.ME file


This is mathematical expressions evaluator. You can use it at DOS prompt
just like this:
math 4*sin(30)/(5-1) (gives anwser 0.5)
or
math /r 2^3/cos(pi)
/r tells the program to use radians. Above means "2 raised to power 3 divided
by cos(3.1415926536), the result is -8.

You can use it also interactively by entering only:
math
You will then see the welcome screen and short help. Next you can continue
entering expressions and watching results, possibly using 26 memory registers
(named with single letter a..z) available to store intermediate results.


 December 25, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)