Math Calculator
Quick Examples:
Result
Order of Operations (PEMDAS)
Mathematical expressions are evaluated following the order of operations:
- Parentheses - ( )
- Exponents - ^ (not supported in this calculator)
- Multiplication - *
- Division - /
- Addition - +
- Subtraction - -
Examples:
- 2 + 3 * 4 = 2 + 12 = 14 (multiplication first)
- (2 + 3) * 4 = 5 * 4 = 20 (parentheses first)
- 20 / 4 + 2 = 5 + 2 = 7 (division first)