Package | Description |
---|---|
org.nevec.rjm |
Modifier and Type | Method and Description |
---|---|
static BigComplex |
BigDecimalMath.addRound(BigComplex x,
BigComplex y)
Add and round according to the larger of the two ulp's.
|
static BigComplex |
BigDecimalMath.addRound(BigComplex x,
java.math.BigDecimal y)
Add and round according to the larger of the two ulp's.
|
static BigComplex |
BigDecimalMath.divideRound(BigComplex x,
BigComplex y)
Divide and round.
|
static BigComplex |
BigDecimalMath.divideRound(java.math.BigInteger n,
BigComplex x)
Divide and round.
|
static BigComplex |
BigDecimalMath.invertRound(BigComplex z)
Build the inverse and maintain the approximate accuracy.
|
static BigComplex |
BigDecimalMath.multiplyRound(BigComplex x,
BigComplex y)
Multiply and round.
|
static BigComplex |
BigDecimalMath.multiplyRound(BigComplex x,
java.math.BigDecimal y)
Multiply and round.
|
static BigComplex |
BigDecimalMath.scalePrec(BigComplex x,
int d)
Append decimal zeros to the value.
|
static BigComplex |
BigDecimalMath.subtractRound(BigComplex x,
BigComplex y)
Subtract and round according to the larger of the two ulp's.
|
Modifier and Type | Method and Description |
---|---|
static BigComplex |
BigDecimalMath.addRound(BigComplex x,
BigComplex y)
Add and round according to the larger of the two ulp's.
|
static BigComplex |
BigDecimalMath.addRound(BigComplex x,
java.math.BigDecimal y)
Add and round according to the larger of the two ulp's.
|
static BigComplex |
BigDecimalMath.divideRound(BigComplex x,
BigComplex y)
Divide and round.
|
static BigComplex |
BigDecimalMath.divideRound(java.math.BigInteger n,
BigComplex x)
Divide and round.
|
static BigComplex |
BigDecimalMath.invertRound(BigComplex z)
Build the inverse and maintain the approximate accuracy.
|
static BigComplex |
BigDecimalMath.multiplyRound(BigComplex x,
BigComplex y)
Multiply and round.
|
static BigComplex |
BigDecimalMath.multiplyRound(BigComplex x,
java.math.BigDecimal y)
Multiply and round.
|
static BigComplex |
BigDecimalMath.scalePrec(BigComplex x,
int d)
Append decimal zeros to the value.
|
static BigComplex |
BigDecimalMath.subtractRound(BigComplex x,
BigComplex y)
Subtract and round according to the larger of the two ulp's.
|