Divide
divideCalculate the quotient of two numbers by treating the first as dividend and the second as a non-zero divisor.
Instructions
Divide the first number by the second.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The dividend (the number to be divided). | |
| b | Yes | The divisor (the number to divide by). Must be non-zero. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |