# div command

The div command divides the first integer
number provided by the second integer number provided and displays
the result as an integer quotient and remainder.

**Synonyms:** divd

## Syntax

```
div number number
```

## See also

- [add command](https://d3codex.com/tcl/add-command/)
- [mul command](https://d3codex.com/tcl/mul-command/)
- [sub command](https://d3codex.com/tcl/sub-command/)

---
Source: https://d3codex.com/tcl/div-command/ - part of the D3Codex reference.
