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

# Quotient

Quotient of the division of 'dividend' by 'divisor’

```mathematica
Quotient(50, 2) → 25
```

#### **Inputs**

`Quotient(dividend, divisor)`

* `dividend` - A number expression
* `divisor` - A number expression
