pub fn chebyshev_polynomial(n: usize) -> Polynomial
Expand description

Simple Chebyshev Polynomial (First Kind)