The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Math::Calculus::TaylorEquivalent version 0.1
============================================

This module provides an expression object with a Taylor Equivalent method,
which decomposes the expression and another expression into the first N
terms of their Taylor series and compares the co-efficients so try and
decide whether the expressions are equivalent. It understands the operators
+, -, *, / and ^ (raising to a power) as well as the functions sin, cos,
tan, sec, cosec, cot, sinh, cosh, tanh, sech, cosech, coth, asin, acos,
atan, asinh, acosh, atanh, ln and exp. Functions are valid either side of
all operators.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires Perl 5.6.0 or greater and the module
Math::Calculus::TaylorSeries.

COPYRIGHT AND LICENCE

Copyright (C) 2005 Jonathan Worthington

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.