$resource | GmpBigInteger | [private] |
add(BigInteger $x) | GmpBigInteger | |
compareTo(BigInteger $x) | GmpBigInteger | |
div(BigInteger $x) | GmpBigInteger | |
floatValue() | GmpBigInteger | |
getFactory() | GmpBigInteger | [static] |
intValue() | GmpBigInteger | |
make($number, $base=10) | GmpBigInteger | [static] |
makeFromBinary($binary) | GmpBigInteger | [static] |
mod(BigInteger $mod) | GmpBigInteger | |
modPow(BigInteger $exp, BigInteger $mod) | GmpBigInteger | |
mul(BigInteger $x) | GmpBigInteger | |
pow(BigInteger $exp) | GmpBigInteger | |
subtract(BigInteger $x) | GmpBigInteger | |
toBinary() | GmpBigInteger | |
toString() | GmpBigInteger |