calc
Evaluate Python expressions for arithmetic and statistical computations using pre-loaded math and statistics functions.
Instructions
Eval Python expressions -> list. Pre-loaded: math, statistics (mean/median/stdev/variance), abs/round/min/max/sum/range/sorted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expressions | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |