sum
Add any number of numbers together to compute their total. Input an array of numeric values and receive the exact sum in one call.
Instructions
Adds any number of numbers together. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes | Array of numbers to sum |