multiply
Multiply two numbers to get their product accurately. Use batch_calc for chained or multi-step calculations.
Instructions
Multiplies two numbers. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| firstNumber | Yes | The first number | |
| secondNumber | Yes | The second number |