The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.03 - 2013-10-14

  • Commented out [use Math::BigFLoat;] and the call to Math::BigFLoat->accuracy() in the BEGIN block. This because the BUGS section of Math::Complex warns me not attempt to use BigFloat. I left these stantements in there as comments as a reminder that I need to do something about the accuracy; 64 (or 80?)-bit floats don't quite cut it for polynomials above degree 8.
    • Yes, this leaves a no-op BEGIN block. But who knows what I'll come up with in a future release?

Modules

Perl extension for working with Polynomials. Yes, I know there are *many!* Polynomial packages. And like them, I started it for (geeky) fun, then got obsessed with it as a learning experience. Enjoy!