multiply
Calculate the product of two finite numbers, supporting decimals and negative values.
Instructions
Multiply two finite numbers: a * b.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |