Rewrite project of Math::BigInt, Math::BigFloat.
(C) Copyright ..--- ----- ----- .---- - ..--- by - . .-.. ... .-.-.-
This package contains completely rewritten versions of Math::BigInt and
Math::BigFloat.
To test, unzip & untar package, then run
perl Makefile.PL
make
make test
make install
See also ./examples for some example scripts.
See INSTALL for detailed help on installing these mo
more»
Complete version history of the rewrite project
===============================================
If you just want to see which things are new and different from the original
Math::* in the Perl core, see HISTORY.
The file NEW lists only the changes for the latest version.
##############################################################################
Math::BigInt::Calc:
2001-07-09 v0.06 Tels
*
more»
See also various .pm files.
General:
* Copy on write (helps for $x = -$x; cases etc) (seems to make it slower :/
* run config() and die_on_nan() tests under Subclass.pm
Math::BigFloat:
* finish upgrading and downgrading
* ! bround()/bfround(): some bugs may lurk in there
* accuracy() & precision() maybe not finished (bnorm() in every op, testcases)
* do not reduce numbers in new(), rather
more»