Constant Field Values
Contents
it.unich.*
-
it.unich.jgmp.AllocationMonitor Modifier and Type Constant Field Value private static final int
TIMEOUT_STEPS
10
-
it.unich.jgmp.GMP Modifier and Type Constant Field Value static final java.lang.String
MSG_DIVIDE_BY_ZERO
"/ by zero"
static final java.lang.String
MSG_EVEN_MODULUS
"modulus cannot be even"
static final java.lang.String
MSG_EVEN_ROOT_OF_NEGATIVE
"even root of a negative number"
static final java.lang.String
MSG_FINITE_DOUBLE_REQUIRED
"non-finite number is not allowed here"
static final java.lang.String
MSG_INVALID_BASE
"base is not valid"
static final java.lang.String
MSG_INVALID_STRING_CONVERSION
"either base is not valid or str is not a valid number in the specified base"
static final java.lang.String
MSG_NAN_NOT_ALLOWED
"NaN is not allowed here"
static final java.lang.String
MSG_NEGATIVE_EXPONENT
"exponent cannot be negative"
static final java.lang.String
MSG_SAME_OBJECT
"this and r cannot be the same object"
static final java.lang.String
MSG_SIZE_TOO_BIG
"size is too big"
-
it.unich.jgmp.MPF Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
it.unich.jgmp.MPQ Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
it.unich.jgmp.MPZ Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
it.unich.jgmp.nativelib.LibGmp Modifier and Type Constant Field Value public static final int
GMP_ERROR_DIVISION_BY_ZERO
2
public static final int
GMP_ERROR_INVALID_ARGUMENT
8
public static final int
GMP_ERROR_NONE
0
public static final int
GMP_ERROR_SQRT_OF_NEGATIVE
4
public static final int
GMP_ERROR_UNSUPPORTED_ARGUMENT
1
public static final int
GMP_RAND_ALG_DEFAULT
0
public static final int
GMP_RAND_ALG_LC
0
private static final java.lang.String
LIBNAME
"gmp"