Uses of Class
org.nevec.rjm.BigComplex
-
Packages that use BigComplex Package Description org.nevec.rjm -
-
Uses of BigComplex in org.nevec.rjm
Methods in org.nevec.rjm that return BigComplex Modifier and Type Method Description static BigComplexBigDecimalMath. addRound(BigComplex x, java.math.BigDecimal y)Add and round according to the larger of the two ulp's.static BigComplexBigDecimalMath. addRound(BigComplex x, BigComplex y)Add and round according to the larger of the two ulp's.static BigComplexBigDecimalMath. divideRound(java.math.BigInteger n, BigComplex x)Divide and round.static BigComplexBigDecimalMath. divideRound(BigComplex x, BigComplex y)Divide and round.static BigComplexBigDecimalMath. invertRound(BigComplex z)Build the inverse and maintain the approximate accuracy.static BigComplexBigDecimalMath. multiplyRound(BigComplex x, java.math.BigDecimal y)Multiply and round.static BigComplexBigDecimalMath. multiplyRound(BigComplex x, BigComplex y)Multiply and round.static BigComplexBigDecimalMath. scalePrec(BigComplex x, int d)Append decimal zeros to the value.static BigComplexBigDecimalMath. subtractRound(BigComplex x, BigComplex y)Subtract and round according to the larger of the two ulp's.Methods in org.nevec.rjm with parameters of type BigComplex Modifier and Type Method Description static BigComplexBigDecimalMath. addRound(BigComplex x, java.math.BigDecimal y)Add and round according to the larger of the two ulp's.static BigComplexBigDecimalMath. addRound(BigComplex x, BigComplex y)Add and round according to the larger of the two ulp's.static BigComplexBigDecimalMath. divideRound(java.math.BigInteger n, BigComplex x)Divide and round.static BigComplexBigDecimalMath. divideRound(BigComplex x, BigComplex y)Divide and round.static BigComplexBigDecimalMath. invertRound(BigComplex z)Build the inverse and maintain the approximate accuracy.static BigComplexBigDecimalMath. multiplyRound(BigComplex x, java.math.BigDecimal y)Multiply and round.static BigComplexBigDecimalMath. multiplyRound(BigComplex x, BigComplex y)Multiply and round.static BigComplexBigDecimalMath. scalePrec(BigComplex x, int d)Append decimal zeros to the value.static BigComplexBigDecimalMath. subtractRound(BigComplex x, BigComplex y)Subtract and round according to the larger of the two ulp's.
-