divide
Provide a numerator and denominator to compute the division result.
Instructions
Divide the first number by the second.
Args:
a: Numerator
b: Denominator
Returns:
The result of a / b
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |