divide
Computes the quotient of two numbers, accepting a dividend and a divisor as input.
Instructions
Divide first number by second number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | Dividend (number to be divided) | |
| b | Yes | Divisor (number to divide by) |