divide
Calculate the quotient of two numbers by providing values for a and b. Returns the division result.
Instructions
Divide two numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |