Package | Description |
---|---|
org.jscience.mathematics.number |
Provides common types of numbers most of them implementing the
field interface. |
Modifier and Type | Field and Description |
---|---|
static ModuloInteger |
ModuloInteger.ONE
The modulo integer representing the multiplicative identity.
|
static ModuloInteger |
ModuloInteger.ZERO
The modulo integer representing the additive identity.
|
Modifier and Type | Method and Description |
---|---|
ModuloInteger |
ModuloInteger.copy() |
ModuloInteger |
ModuloInteger.inverse() |
ModuloInteger |
ModuloInteger.opposite() |
ModuloInteger |
ModuloInteger.plus(ModuloInteger that) |
ModuloInteger |
ModuloInteger.times(ModuloInteger that) |
static ModuloInteger |
ModuloInteger.valueOf(CharSequence chars)
Returns the modulo integer for the specified character sequence in
decimal number.
|
static ModuloInteger |
ModuloInteger.valueOf(LargeInteger value)
Returns the modulo integer having the specified value (independently of
the current modulo).
|
Modifier and Type | Method and Description |
---|---|
int |
ModuloInteger.compareTo(ModuloInteger that) |
boolean |
ModuloInteger.isLargerThan(ModuloInteger that) |
ModuloInteger |
ModuloInteger.plus(ModuloInteger that) |
ModuloInteger |
ModuloInteger.times(ModuloInteger that) |
Copyright © 2012. All Rights Reserved.