summation
Calculate the discrete sum of an expression f(x) for all integers x from start to end inclusive.
Instructions
When: discrete sum Σ f(x) for integer x from start to end inclusive. Params: expression in x; start; end; angle_mode. Example: expression="x+1", start=1, end=5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| angle_mode | No | rad | |
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |