php-src/ext/gmp
Stanislav Malyshev 02fea7ed23 (gmp_init) Added extra (optional) argument to gmp_init():
a base argument which indicates the number base. E.g.:
           gmp_init('1010101010',2); // feed gmp a binary value.
Patch by Troels.
@- Added optional extra argument to gmp_init(). The extra argument
@  indicates which number base gmp should use when converting a
@  string to the gmp-number. (Troels)
2001-08-05 14:48:17 +00:00
..
tests Skip mcrypt/gmp tests, if the extensions are not available. 2000-12-24 16:51:04 +00:00
config.m4 Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. 2001-03-27 20:35:04 +00:00
CREDITS Add credits to GMP 2001-07-16 12:45:36 +00:00
gmp.c (gmp_init) Added extra (optional) argument to gmp_init(): 2001-08-05 14:48:17 +00:00
Makefile.in GNU GMP - arbitrary precision nubers library 2000-11-26 18:36:16 +00:00
php_gmp.h Redesigned thread safety mechanism - nua nua 2001-07-28 11:36:37 +00:00
README Add license info 2000-12-28 12:13:21 +00:00
TODO Add more GMP functions, fix a couple of bugs 2000-11-29 15:49:18 +00:00

Arbitrary length number support with GNU MP library.
Please see the PGP manual for more documentation.
See also GNU MP home page at http://www.swox.com/gmp/.
GNU MP library is available under the tems of GNU LGPL 
license. Please see http://www.swox.com/gmp/lgpl.html