public final class BigInt extends Number implements IHashEq
| Modifier and Type | Field and Description |
|---|---|
BigInteger |
bipart |
long |
lpart |
static BigInt |
ONE |
static BigInt |
ZERO |
| Modifier and Type | Method and Description |
|---|---|
BigInt |
add(BigInt y) |
int |
bitLength() |
byte |
byteValue() |
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
static BigInt |
fromBigInteger(BigInteger val) |
static BigInt |
fromLong(long val) |
int |
hashCode() |
int |
hasheq() |
int |
intValue() |
long |
longValue() |
boolean |
lt(BigInt y) |
BigInt |
multiply(BigInt y) |
BigInt |
quotient(BigInt y) |
BigInt |
remainder(BigInt y) |
short |
shortValue() |
BigDecimal |
toBigDecimal() |
BigInteger |
toBigInteger() |
String |
toString() |
static BigInt |
valueOf(long val) |
public final long lpart
public final BigInteger bipart
public static final BigInt ZERO
public static final BigInt ONE
public static BigInt fromBigInteger(BigInteger val)
public static BigInt fromLong(long val)
public BigInteger toBigInteger()
public BigDecimal toBigDecimal()
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic short shortValue()
shortValue in class Numberpublic static BigInt valueOf(long val)
public int bitLength()
public boolean lt(BigInt y)
Copyright © 2024. All rights reserved.