Class UnsignedInt

java.lang.Object
com.io7m.junsigned.core.UnsignedInt

public final class UnsignedInt extends Object
Functions dealing with unsigned int values.
  • Method Details

    • modulo

      public static int modulo(int x, int y) throws ArithmeticException
      Calculate the unsigned modulo x % y.
      Parameters:
      x - The dividend
      y - The divisor
      Returns:
      The unsigned modulo x % y
      Throws:
      ArithmeticException - Iff y < 0