A simple math expression parser and evaluator written in C.
Supports basic math expressions such as:
1 + 1 = 25^2 = 25sqrt(7)^2 = 71 + 2 * 2 ^ 3 = 17(1+2)(2+3) = 152pi/2pi = 1sin(2pi/3) = 0.86...sqrt(3)/2 = 0.86...e^sin(pi/2) = 2.71...(1 + 1/1000)^1000 = 2.71...
- More graceful error handling