PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

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

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#883ClosedBug2004-02-26PEAR QA: improvement for get_class()-usage
#3672ClosedBug2005-03-02Error in sqrt()