multiply
Calculate the product of two numbers to compute expense totals, such as multiplying item quantity by unit price.
Instructions
Multiply two numbers together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The first number. | |
| b | Yes | The second number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |