calculate
Perform basic arithmetic operations like addition, subtraction, multiplication, and division between two numbers.
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 |