multiply
Computes the product of two integers. Returns the resulting value for use in calculations or automated workflows.
Instructions
Multiply two integers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |