-
-
02 Nov 2018 01:10:27 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (755 / 0 / 46)
- Kwalitee
Bus factor: 1- 89.04% Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (1.03MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Changes for version 2.86
- November 1 2018
- Made a function is_ascending() to tell what the coefficient order currently is.
- Typo and error fixes: one case where I meant 'descending' instead of 'ascending' in the coefficients section. And more embarassingly, I dropped the 'c' from Dr. Nickalls's name.
- Turn README into README.md. With MetaCPAN replacing CPAN, there is no reason to have a plain-text README anymore (MetaCPAN doesn't treat the file as special).
- Alas, Karl's Calculus Tutor has vanished from the web (not even to be found on the Wayback Machine), so use a link on the Encyclopedia of Mathematics web page instead on README.md.
- Fixed the links in the POD.
- Add a CONTRIBUTING.md file, which is becoming a thing.
Modules
Find the roots of polynomial equations.Examples
Module Install Instructions
To install Math::Polynomial::Solve, copy and paste the appropriate command in to your terminal.
cpanm Math::Polynomial::Solve
perl -MCPAN -e shell install Math::Polynomial::Solve
For more information on module installation, please visit the detailed CPAN module installation guide.