-
-
03 Apr 2021 10:31:10 UTC
- Distribution: Math-Polynomial
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (741 / 17 / 0)
- Kwalitee
Bus factor: 1- 98.24% Coverage
- License: artistic_2
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (68.69KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Martin Becker <becker-cpan-mp (at) cozap.com>
- Dependencies
- Carp
- overload
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Math::Polynomial::Generic - history of a discontinued module
REMOVAL NOTICE
Math::Polynomial::Generic was an extension of Math::Polynomial that did not make it into a permanent release.
It had been declared experimental and its interface as not to be taken for granted. The intention was to give users more expressive flexibility through a kind of polynomial object that was not bound to a particular coefficient space.
This experiment turned out as a failure. Coefficient spaces need to be specified at one point, and delaying this part of proper initialization did more harm than good in terms of clarity.
Therefore, Math::Polynomial::Generic was removed from the Math-Polynomial distribution after a two-stage deprecation period.
Technically, before its actual removal it was replaced by an empty module in order to neutralize incompatible code in older versions.
MIGRATION
Old code still using this module can easily be fixed.
Instead of the symbol
X
, a variable$X
that is initialized asMath::Polynomial->new($zero, $one)
with appropriate coefficient values$zero
and$one
can be used.C($coeff)
can be replaced byMath::Polynomial->new($coeff)
or it can be defined locally as a small wrapper for the same.SEE ALSO
AUTHOR
Martin Becker, <becker-cpan-mp (at) cozap.com>
LICENSE AND COPYRIGHT
Copyright (c) 2009-2021 by Martin Becker, Blaubeuren.
This library is free software; you can distribute it and/or modify it under the terms of the Artistic License 2.0 (see the LICENSE file).
DISCLAIMER OF WARRANTY
This module is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
Module Install Instructions
To install Math::Polynomial, copy and paste the appropriate command in to your terminal.
cpanm Math::Polynomial
perl -MCPAN -e shell install Math::Polynomial
For more information on module installation, please visit the detailed CPAN module installation guide.