multiply
Calculate the product of two numbers. Input the first and second numbers to receive the multiplied result.
Instructions
Multiply two numbers together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First number | |
| b | Yes | Second number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |