divide
Calculate the quotient of two numbers. Returns an error if the divisor is zero.
Instructions
Divide a by b. Raises an error if b is zero.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |