Element index for package Math_BigInteger
[ a ]
[ b ]
[ c ]
[ d ]
[ m ]
[ s ]
[ t ]
top
top
top
top
m
- Math_BigInteger
- in file Math_BigInteger.php, class Math_BigInteger
Pure-PHP arbitrary precission integer arithmetic library. Supports base-2, base-10, base-16, and base-256 numbers. Negative numbers are supported in all publically accessable functions save for modPow and modInverse.
- Math_BigInteger
- in file Math_BigInteger.php, method Math_BigInteger::Math_BigInteger()
Converts base-2, base-10, base-16, and binary strings (eg. base-256) to BigIntegers.
- Math_BigInteger.php
- procedural page Math_BigInteger.php
- modInverse
- in file Math_BigInteger.php, method Math_BigInteger::modInverse()
Calculates modular inverses.
- modPow
- in file Math_BigInteger.php, method Math_BigInteger::modPow()
Performs modular exponentiation.
- multiply
- in file Math_BigInteger.php, method Math_BigInteger::multiply()
Multiplies two BigIntegers
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:48:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|