divide
Perform division of two numbers, returning the quotient. Throws an error when dividing by zero.
Instructions
Divide a by b. Raises an error if b is 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |