Home » Math » Math_Integer
Package to represent and manipulate integers
This package is unmaintained.
Download latest release 0.9.0 (archived versions might be outdated)
License: PHP
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
- Jesus M. Castagnetto (jmcastagnetto) — lead, inactive
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
Releases
- 0.9.0 (beta, 2010-10-02)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #883 | Closed | Bug | 2004-02-26 | PEAR QA: improvement for get_class()-usage | |
| #3672 | Closed | Bug | 2005-03-02 | Error in sqrt() |