table
Generate a set of f(x) values from start to end with a given step. Optionally include a second function g(x) for side-by-side comparison.
Instructions
When: generate f(x) [and optional g(x)] values from start to end by step. Params: expression in x; start; end; step; optional expression2; angle_mode. Example: expression="2*x", start=0, end=2, step=1, expression2="x^2".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| step | Yes | ||
| start | Yes | ||
| angle_mode | No | rad | |
| expression | Yes | ||
| expression2 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |