|
| Polynomial.Chebyshev | | Portability | portable | | Stability | experimental | | Maintainer | m.p.donadio@ieee.org |
|
|
|
|
|
| Description |
Simple module for generating Chebyshev polynomials T_0(x) = 1 T_1(x) = x T_N+1(x) = 2x T_N(x) - T_N-1(x) |
|
| Synopsis |
|
| cheby :: (Integral a, Num b) => a -> [b] |
|
|
| Documentation |
|
| cheby |
| :: (Integral a, Num b) | | | => a | N | | -> [b] | T_N(x) | | generates Chebyshev polynomials |
|
|
| Produced by Haddock version 0.4 |