calc
Evaluate a safe arithmetic expression to get the numeric result. Provide a math string such as '2 + 2 * 10' and receive the computed value.
Instructions
Evaluate a safe arithmetic expression (e.g. '2 + 2 * 10').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |