Arithmetic Operators
The following table lists arithmetic operators.
See also Comparison Operators, Logical Operators, and Pattern Matching Operators.
Operator | Description |
---|---|
+ |
Add |
– |
Subtract |
* |
Multiply |
/ |
Divide |
^ |
Power |
The following table lists arithmetic operators.
See also Comparison Operators, Logical Operators, and Pattern Matching Operators.
Operator | Description |
---|---|
+ |
Add |
– |
Subtract |
* |
Multiply |
/ |
Divide |
^ |
Power |