Package org.jheaps.monotone
Class UnsignedUtils
java.lang.Object
org.jheaps.monotone.UnsignedUtils
Utilities for unsigned computation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static BigInteger
unsignedLongToBigInt
(long x) (package private) static double
unsignedLongToDouble
(long x)
-
Field Details
-
UNSIGNED_MASK
private static final long UNSIGNED_MASK- See Also:
-
-
Constructor Details
-
UnsignedUtils
UnsignedUtils()
-
-
Method Details
-
unsignedLongToDouble
static double unsignedLongToDouble(long x) -
unsignedLongToBigInt
-