# 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
