quotient
Calculate integer division results without remainder. Use this tool to get the quotient from dividing two integers, similar to floor division in programming.
Instructions
Return the integer quotient of division without remainder. Equivalent to a // b. (Domain: arithmetic, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dividend | Yes | ||
| divisor | Yes |