calculate
Perform arithmetic operations like addition, subtraction, multiplication, division, and exponentiation on two numbers.
Instructions
Performs arithmetic operations (add, subtract, multiply, divide, power).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First number operand | |
| b | Yes | Second number operand | |
| operation | Yes | The arithmetic operation to perform |