binomial_series
Compute binomial series expansion (1+x)^n for given values of x, alpha, and n to approximate mathematical functions using power series.
Instructions
Compute binomial series expansion (1+x)^n (Domain: numerical, Category: series)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| alpha | Yes | ||
| n | Yes |