The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Math-Utils

1.02
	15 Sep 2015
	- Documentation error in pl_div() (mis-named variables
	  in the example).
	- Extended the SEE ALSO paragraph.
	- Very minor code clean-up in pl_antiderivative().
1.01
	5 Sep 2015
	- I had left test file 15-objcoeff.t off the MANIFEST list. Oops.
	- Embarrassing number of grammatical and spelling errors fixed.
	- Clarified a couple of examples, and extended the
	  pl_antiderivative() documentation with respect to the
	  constant term.
	- Version bump; up to CPAN.
1.00
	3 Sep 2015
	- Added the coefficient list functions for addition, subtraction,
	  division, multiplication, derivative, antiderivative,
	  and evaluation (via Horner's method) of polynomials without
	  actually creating a polynomial object.
	- Added the tests for the above operations.
0.02
	30 Aug 2015
	- CPAN testers caught a 5.10ism in the module, which is
	  listed as okay for version 5.8. Decided to bump the
	  minimum version requirement to 5.10.1.
	- Documentation was sketchy, so added more descriptive
	  text and examples.
	- Version bump; up to CPAN.
0.01
	18 Aug 2015
	- Collection of utility functions for Math modules, starting
	  with the functions of Math-Fortran as a base.