Arithmetic operations
Discover the arithmetic operations available in CQL.
Looking for something specific?
Use the search bar at the top of the page or press / to quickly search through the documentation.
Use the summary below to quickly jump to a specific topic:
Page | Description |
---|---|
Overview | Learn general aspects of arithmetic operations. |
Minus | Learn how to negate a value. |
Plus | Learn how to denote a positive value. |
Percent | Learn how to convert a percentage to a decimal number. |
Addition | Learn how to add two numeric or temporal values together. |
Subtraction | Learn how to subtract a value from another. |
Multiplication | Learn how to multiply two numeric values. |
Division | Learn how to divide a value by another. |
Modulo | Learn how to calculate the modulus of a division. |
Exponentiation | Learn how to raise a number to a power. |