Math-Polynomial version 1.004

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:

There are no scripts included as a part of the user interface.

DEPENDENCIES

This module requires these other modules and libraries to run:

Additional requirements to run the test suite:

Recommended modules for increased functionality:

AUTHOR

Written and maintained by Martin Becker "becker-cpan-mp@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-2010 by Martin Becker. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.6.0 or, at your option, any later version of Perl 5 you may have available.