Math::Polynomial::Chebyshev - Chebyshev polynomials of the first kind Math::Polynomial::Chebyshev2 - Chebyshev polynomials of the second kind
This package extends Math::Polynomial, so each instance polynomial created by these modules is a subclass of Math::Polynomial.
To install this module, unpack the distribution file, and run the following commands:
perl Makefile.PL
make
make test
make install
Please report any bugs through the web interface at https://rt.cpan.org/Ticket/Create.html?Queue=Math-Polynomial-Chebyshev (requires login). We will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
After installing, you can find documentation for these modules with the perldoc command.
perldoc Math::Polynomial::Chebyshev
perldoc Math::Polynomial::Chebyshev2
You can also look for information at:
-
GitHub Source Repository
-
RT: CPAN's request tracker
https://rt.cpan.org/Public/Dist/Display.html?Name=Math-Polynomial-Chebyshev
-
CPAN Ratings
-
MetaCPAN
-
CPAN Testers Matrix
http://matrix.cpantesters.org/?dist=Math-Polynomial-Chebyshev
- The Perl module Math::Polynomial.
- The Wikipedia page https://en.wikipedia.org/wiki/Chebyshev_polynomials.
Copyright (c) 2020,2022 Peter John Acklam.
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
Peter John Acklam <pjacklam (at) gmail.com>.