SimpCalc is basically a very simple calculator, one of my original PHP programming experiments. To use it, enter an equation (such as 5 * 4 + 3) into the field, and SimpCalc will give you the result.
Use *, /, +, and - for multiply, divide, add, and subtract.