Revision history for Math-Utils
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.