Top Level :: Math

Package Information: Math_Integer

» Summary» License
Package to represent and manipulate integersPHP
» Current Release» Bug Summary
0.8 (stable) was released on 2003-01-02 (Changelog)No open bugs
» Description
The class Math_Integer can represent integers bigger than the
signed longs that are the default of PHP, if either the GMP or
the BCMATH (bundled with PHP) are present. Otherwise it will fall
back to the internal integer representation.
The Math_IntegerOp class defines operations on Math_Integer objects.
» Maintainers» More Information
» Packages that depend on Math_Integer