division
Compute the quotient of two numbers by dividing the numerator by the denominator.
Instructions
Divides the first number by the second number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numerator | Yes | The number being divided (numerator) | |
| denominator | Yes | The number to divide by (denominator) |