Simple Expression Calculator for Mac OS X 10.7+
Simple Expression Calculator
This program is a simple expression calculator that works with basic operators and math functions.
Supported functions:
- sqrt
- abs
- cos
- tan
- log
- acos
- asin
- atan
- floor
- rand
Some examples would be:
x = 5;
x = 5*sin(x);
y = cos(x);
z = (y*x)*y;
Download Program for Mac OS X 10.7+
View Objective-C++ source code
- Jared