public class ModularArithmetic extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
CANNOT_ASSUME_DENOM_IS_POWER_OF_TWO |
| Constructor and Description |
|---|
ModularArithmetic() |
| Modifier and Type | Method and Description |
|---|---|
static int |
mod(int numerator,
int denominator) |
static long |
mod(long numerator,
int denominator) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.