This took me a while. Version 2 Current features: - Can compute +, -, /, and * - Supports parenthesis - Does PEMDAS - Variable support - Exponentation - Modulous Version 2: Apr 30th Added variables, exponentation and modulous Version 1: Feb 1st Released with parenthesis, pemdas, +, -, /, and *. Future Versions will add the following: Exponentation: pwr(a, b) Trigonometric functions: function_name(equation) Square Roots: sqrt(equation) Modulous: mod(a, b) Absolute value: |equation| or abs(equation) Percentages: perc(equation) Factorial: !a or fact(equation) Maybe even Comments! _Comment Here_