Supported operations
This calculator handles the four basic arithmetic operations — addition, subtraction, multiplication, and division — along with exponentiation and grouping with parentheses. It follows standard order of operations (PEMDAS): parentheses first, then exponents, then multiplication and division left to right, then addition and subtraction left to right.
Decimal numbers and negative values are fully supported. Division by zero returns an error rather than infinity.