multiply
Calculate the product of two numbers. Provide the first and second numeric values to receive their product.
Instructions
Multiply two numbers together.
Args: a: The first number. b: The second number.
Returns: The product of a and b.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |