Calculator
calculatePerform arithmetic operations on two numbers: add, subtract, multiply, or divide.
Instructions
Perform basic arithmetic on two numbers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First operand | |
| b | Yes | Second operand | |
| operation | Yes |