calculate_math_expression
Calculate mathematical expressions safely to perform arithmetic operations, evaluate formulas, and compute results from user-provided input strings.
Instructions
Calculate a mathematical expression safely
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | Mathematical expression to evaluate (e.g., "2 + 2", "(10 + 5) * 3 / 2", "sqrt(16)") |