Math::Polynom
=============

Math::Polynom implements basic operations on polynoms
and a couple of root finding methods.
It is designed to be robust, fail-safe and able to
handle polynoms with non integer positive powers.

See perldoc Math::Polynom for more information.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module has no dependencies.

AUTHOR

Erwan Lemonnier

COPYRIGHT AND LICENCE

See perldoc Math::Polynom


