> For the complete documentation index, see [llms.txt](https://calnix.gitbook.io/zk-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://calnix.gitbook.io/zk-notes/circom/division-integer-and-modulo.md).

# Division: integer and modulo

**Modulo division: `a / b`**

`a * b = 1   --> a/b = 1`&#x20;

* Multiplication by the inverse modulo p
* Or, multiplication by the multiplicative inverse&#x20;

**Integer Division: `a \ b`**

* Returns **quotient** of the integer division
