calculate
Perform basic arithmetic operations including addition, subtraction, multiplication, division, exponentiation, square roots, and modulo calculations to solve mathematical problems.
Instructions
Perform basic arithmetic operations (add, subtract, multiply, divide, power, sqrt, modulo)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | The mathematical operation to perform | |
| a | Yes | First number | |
| b | No | Second number (not required for sqrt) |