# 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:

- [Overview](/reference/cql/expressions/operations/arithmetic/overview): Learn general aspects of arithmetic operations.
- [Minus operation](/reference/cql/expressions/operations/arithmetic/minus): Learn how to negate a value.
- [Plus operation](/reference/cql/expressions/operations/arithmetic/plus): Learn how to denote a positive value.
- [Percent operation](/reference/cql/expressions/operations/arithmetic/percent): Learn how to convert a percentage to a decimal number.
- [Addition operation](/reference/cql/expressions/operations/arithmetic/addition): Learn how to add two numeric or temporal values together.
- [Subtraction operation](/reference/cql/expressions/operations/arithmetic/subtraction): Learn how to subtract a value from another.
- [Multiplication operation](/reference/cql/expressions/operations/arithmetic/multiplication): Learn how to multiply two numeric values.
- [Division operation](/reference/cql/expressions/operations/arithmetic/division): Learn how to divide a value by another.
- [Modulo operation](/reference/cql/expressions/operations/arithmetic/modulo): Learn how to calculate the modulus of a division.
- [Exponentiation operation](/reference/cql/expressions/operations/arithmetic/exponentiation): Learn how to raise a number to a power.
