Operator | Description | Example | Result |
---|---|---|---|
+ | Addition | A + B | Sum of A and B |
- | Subtraction | A - C | Difference |
* | Multiplication | B * D | Product |
/ | Division | C / A | Quotient |
^ | Exponentiation | A ^ 2 | A squared |
() | Parentheses | (A + B) * C | Grouping |
Operator | Description | Example | Result |
---|---|---|---|
+ | Addition | A + B | Sum of A and B |
- | Subtraction | A - C | Difference |
* | Multiplication | B * D | Product |
/ | Division | C / A | Quotient |
^ | Exponentiation | A ^ 2 | A squared |
() | Parentheses | (A + B) * C | Grouping |