calculate
Evaluate a math expression safely: + - * / // % **, parentheses, functions (abs round min max sqrt floor ceil exp log log2 log10 pow sin cos tan), constants pi e tau inf. Parsed to an AST and only whitelisted nodes are computed -- no eval(), no names, no arbitrary code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | e.g. "(1500 * 0.23) + 47" |