Math-Polynomial-Multivariate
============================
Math::Polynomial::Multivariate is a Perl class representing polynomials
in one or more variables. It provides a set of operations defined
for these polynomials, like addition, multiplication, evaluation,
parameter substitution, 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: b - beta
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
DEPENDENCIES
This version of Math::Polynomial::Multivariate requires these other
modules and libraries to run:
perl version 5.8.0 or higher
overload (usually bundled with perl)
Carp (usually bundled with perl)
Additional requirements to run the test suite are:
Test::More (usually bundled with perl)
Recommended modules for increased functionality are:
Math::BigRat (usually bundled with perl)
Any other module providing a coefficient space with overloaded
arithmetic operators "+", "-", "*", "**", "==", "!=", and
stringification.
SUPPORT AND DOCUMENTATION
Once installed, you can find documentation for this module with the perldoc command.
perldoc Math::Polynomial::Multivariate
You can also look for information at:
GitHub, the home of this distribution's repository
https://github.com/mhasch/perl-Math-Polynomial-Multivariate
metacpan, a CPAN search engine
https://metacpan.org/release/Math-Polynomial-Multivariate
LICENSE AND COPYRIGHT
This software is copyright (c) 2011-2022 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).