calculate
Perform basic arithmetic calculations such as addition, subtraction, multiplication, and division on two numeric inputs.
Instructions
Perform basic arithmetic calculations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First number | |
| b | Yes | Second number | |
| operation | Yes | The operation to perform |