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