sin_series
Compute sine values using Taylor series expansion with specified precision. Enter angle x and term count n to calculate sin(x) through numerical series approximation.
Instructions
Compute sine function using Taylor series expansion (Domain: numerical, Category: series)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| n | Yes |