Math-Polynomial version 1.021
=============================

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.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

PROVIDED MODULES AND SCRIPTS

The distribution provides this module:

  - Math::Polynomial          - main module

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 <becker-cpan-mp (at) cozap.com>.

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).