divide
Calculates the quotient of two numbers using the first as the dividend and the second as the divisor.
Instructions
Divide the first number by the second.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |