Math-Polynomial version 1.019 ============================= Math::Polynomial is a Perl class representing polynomials in one variable. It provides a set of operations defined for polynomials, like addition, multiplication, division with remainder, evaluation, nesting, etc., as well as attribute inspection and formatting capabilities. More documentation is in the module file, available through perldoc. Some additional usage examples can be found in the examples subdirectory. DLSIP STATUS Development State: R - Released Language Used: p - Perl-only Support Level: d - Developer Interface Style: O - Object oriented Public License: p - Standard-Perl INSTALLATION To install this module type the following: perl Makefile.PL make make test make install PROVIDED MODULES AND SCRIPTS The distribution provides these modules: - Math::Polynomial - main module - Math::Polynomial::Generic - interface extension (discontinued) There are no scripts included as a part of the user interface. DEPENDENCIES This module requires these other modules and libraries to run: - perl version 5.6.0 or higher - overload (usually bundled with perl) - Carp (usually bundled with perl) Additional requirements to run the test suite: - Test (usually bundled with perl) Recommended modules for increased functionality: - Math::Complex (usually bundled with perl) - Math::AnyNum (available on CPAN) - Math::ModInt (available on CPAN) AUTHOR Written and maintained by Martin Becker . Inspired by the module of the same name written by Mats Kindahl "mats@kindahl.net" 1997-2001, maintained by Martin Becker since 2007. COPYRIGHT AND LICENCE Copyright (c) 2007-2021 by Martin Becker, Blaubeuren. This library is free software; you can distribute it and/or modify it under the terms of the Artistic License 2.0 (see the LICENSE file).