calculate
Perform basic arithmetic operations such as addition, subtraction, multiplication, and division on a given expression to get the result.
Instructions
Safely calculate basic arithmetic, for example (25 * 4) + 10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |