Short: Replacement for Eval prog! Author: bc70008@bingsuns.cc.binghamton.edu Uploader: hoffmace maple lemoyne edu Type: misc/math Architecture: m68k-amigaos This Program will accept most Equations. The Functions it accepts are: Where # is some Number x is some Equation or Number ( and ) Used for Order of Operation + Addition - Subtraction * Multiplication / Division ^ Power #E# #*10^# pi 3.141592654 sin(x) sine cos(x) cosine tan(x) tangent asin(x) arcsin acos(x) arccos atan(x) arctan sinh(x) hypsin cosh(x) hypcos tanh(x) hyptan exp(x) 2.718^x log(x) Log base e ln(x) Logarithm base e The Program Automatically defaults to Multiplication if an operator is not given between functions. See Below. What was Typed How Interpreted -------------- --------------- 2pi 2*pi 2sin(pi) 2*sin(pi) 2(1+2) 2*(1+2)