Package com.io7m.junsigned.core
Class UnsignedLong
java.lang.Object
com.io7m.junsigned.core.UnsignedLong
Functions dealing with unsigned
long values.-
Method Summary
Modifier and TypeMethodDescriptionstatic longmodulo(long x, long 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
-