Package com.io7m.junsigned.core
Class UnsignedInt
java.lang.Object
com.io7m.junsigned.core.UnsignedInt
Functions dealing with unsigned
int values.-
Method Summary
Modifier and TypeMethodDescriptionstatic intmodulo(int x, int y) Calculate the unsigned modulox % y.
-
Method Details
-
modulo
Calculate the unsigned modulox % y.- Parameters:
x- The dividendy- The divisor- Returns:
- The unsigned modulo
x % y - Throws:
ArithmeticException- Iffy < 0
-