> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/functions-and-expressions/functions/math/modulo.md).

# MODULO

MODULO(`dividend`, `divisor`)

Performs a division operation, returning the remainder of the solution

### Arguments

| `dividend` | Number to divide by `divisor`  |
| ---------- | ------------------------------ |
| `divisor`  | Number to divide `dividend` by |

### Output

The remainder from a division operation

### Example

{% embed url="<https://datawrapper.dwcdn.net/UsmYs/1/>" %}
