math_multiply
Multiply two numbers and return the product. Use for arithmetic operations that require the product of two numbers.
Instructions
Multiply two numbers and return the product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |