Addition |
An expression modeling the addition operation (+ ).
|
Division |
An expression modeling the division operation (/ ).
|
Modulo |
An expression modeling the modulo operation (% , returning the
Euclidean module between the two operands and taking the sign of the
divisor).
|
Multiplication |
An expression modeling the multiplication operation (* ).
|
Negation |
An expression modeling the numerical negation operation (- ).
|
Remainder |
An expression modeling the remainder operation (% , returning the
remainder of the division between the two operands and taking the sign of the
dividend).
|
Subtraction |
An expression modeling the subtraction operation (- ).
|