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