Constant Field Values
Contents
it.unich.*
-
it.unich.jgmp.AllocationMonitor Modifier and Type Constant Field Value private static final intTIMEOUT_STEPS10 -
it.unich.jgmp.GMP Modifier and Type Constant Field Value static final java.lang.StringMSG_DIVIDE_BY_ZERO"/ by zero"static final java.lang.StringMSG_EVEN_MODULUS"modulus cannot be even"static final java.lang.StringMSG_EVEN_ROOT_OF_NEGATIVE"even root of a negative number"static final java.lang.StringMSG_FINITE_DOUBLE_REQUIRED"non-finite number is not allowed here"static final java.lang.StringMSG_INVALID_BASE"base is not valid"static final java.lang.StringMSG_INVALID_STRING_CONVERSION"either base is not valid or str is not a valid number in the specified base"static final java.lang.StringMSG_NAN_NOT_ALLOWED"NaN is not allowed here"static final java.lang.StringMSG_NEGATIVE_EXPONENT"exponent cannot be negative"static final java.lang.StringMSG_SAME_OBJECT"this and r cannot be the same object"static final java.lang.StringMSG_SIZE_TOO_BIG"size is too big" -
it.unich.jgmp.MPF Modifier and Type Constant Field Value private static final longserialVersionUID1L -
it.unich.jgmp.MPQ Modifier and Type Constant Field Value private static final longserialVersionUID1L -
it.unich.jgmp.MPZ Modifier and Type Constant Field Value private static final longserialVersionUID1L
-
it.unich.jgmp.nativelib.LibGmp Modifier and Type Constant Field Value public static final intGMP_ERROR_DIVISION_BY_ZERO2public static final intGMP_ERROR_INVALID_ARGUMENT8public static final intGMP_ERROR_NONE0public static final intGMP_ERROR_SQRT_OF_NEGATIVE4public static final intGMP_ERROR_UNSUPPORTED_ARGUMENT1public static final intGMP_RAND_ALG_DEFAULT0public static final intGMP_RAND_ALG_LC0private static final java.lang.StringLIBNAME"gmp"