Not So Simple Calculator

by Jan Hunt
Your Math Equation:
Total returned here:

Remember that the % is the modulo operator which when used will give you the remainder of the second number divided into the first number.

This calculator uses concatenation of the entries (both numerical and the math operators), into a field where the method eval() is used on the field value to give you a total.

I included the option of using parenthesis in your mathematical expression so that the math would be performed in the order you request.