Back to Numerical Arrays (NumPy)
np.chebroots
Find Chebyshev polynomial roots.
Syntax
np.chebroots(c)
Description
Find Chebyshev polynomial roots.
Parameters
| Name | Description |
|---|---|
| c | - Coefficient array |
Returns
Promise<number[]>