Uses of Class
BigIntegerAlgebra
-
-
Uses of BigIntegerAlgebra in <Unnamed>
Methods in <Unnamed> that return BigIntegerAlgebra Modifier and Type Method Description BigIntegerAlgebraBigIntegerAlgebra. add(BigInteger opnd)Addsopndto this.BigIntegerAlgebraBigIntegerAlgebra. div(BigInteger opnd)Divides this byopnd.BigIntegerAlgebraBigIntegerAlgebra. mul(BigInteger opnd)(Post)Multiplies this byopnd.BigIntegerAlgebraBigIntegerAlgebra. neg()CallsBigInteger.negate().BigIntegerAlgebraBigIntegerAlgebra. pow(int exponent)Returns the power ofexponentof this.BigIntegerAlgebraBigIntegerAlgebra. remainder(BigInteger opnd)Returns the remainder of this divided byopnd.BigIntegerAlgebraBigIntegerAlgebra. sub(BigInteger opnd)Subtractsopndfrom this.
-