division
Divides the first number by the second to compute quotients from a numerator and denominator. Use for single division operations; try batch_calc for chained steps.
Instructions
Divides the first number by the second. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numerator | Yes | The number being divided (numerator) | |
| denominator | Yes | The number to divide by (denominator) |