Class UnsignedUtils

java.lang.Object
org.jheaps.monotone.UnsignedUtils

class UnsignedUtils extends Object
Utilities for unsigned computation
  • Field Details

  • Constructor Details

    • UnsignedUtils

      UnsignedUtils()
  • Method Details

    • unsignedLongToDouble

      static double unsignedLongToDouble(long x)
    • unsignedLongToBigInt

      static BigInteger unsignedLongToBigInt(long x)