Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Class gnu.java.math.GMP
Uses in package gnu.java.math
Methods with parameter type gnu.java.math.GMP
void
GMP
.
abs
(
GMP
r)
void
GMP
.
add
(
GMP
x,
GMP
r)
void
GMP
.
and
(
GMP
x,
GMP
r)
void
GMP
.
andNot
(
GMP
x,
GMP
r)
int
GMP
.
compare
(
GMP
x)
void
GMP
.
flipBit
(int n,
GMP
r)
void
GMP
.
fromBI
(
GMP
x)
void
GMP
.
gcd
(
GMP
x,
GMP
r)
void
GMP
.
modInverse
(
GMP
m,
GMP
r)
void
GMP
.
modPow
(
GMP
e,
GMP
m,
GMP
r)
void
GMP
.
modulo
(
GMP
x,
GMP
r)
void
GMP
.
multiply
(
GMP
x,
GMP
r)
void
GMP
.
negate
(
GMP
r)
void
GMP
.
not
(
GMP
r)
void
GMP
.
or
(
GMP
x,
GMP
r)
void
GMP
.
pow
(int n,
GMP
r)
void
GMP
.
quotient
(
GMP
x,
GMP
r)
void
GMP
.
quotientAndRemainder
(
GMP
x,
GMP
q,
GMP
r)
void
GMP
.
remainder
(
GMP
x,
GMP
r)
void
GMP
.
setBit
(int n, boolean setIt,
GMP
r)
void
GMP
.
shiftLeft
(int n,
GMP
r)
void
GMP
.
shiftRight
(int n,
GMP
r)
void
GMP
.
subtract
(
GMP
x,
GMP
r)
void
GMP
.
xor
(
GMP
x,
GMP
r)
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About