/
Arithmetic Operators
Arithmetic Operators
Operation | Description | Example |
---|---|---|
+ | Addition |
|
– | Subtraction |
|
– | Negation |
|
* | Multiplication |
|
/ | Division |
|
% | Modulo (remainder from division) |
|
^ | Exponentiation |
|
, multiple selections available,
Related content
Operators
Operators
More like this
Operator Overloading
Operator Overloading
More like this
How can we find the remainder?
How can we find the remainder?
More like this
How do computers represent negative numbers?
How do computers represent negative numbers?
More like this
How does binary work?
How does binary work?
More like this
How do we add and increment Javascript numbers?
How do we add and increment Javascript numbers?
More like this