I was wondering if there was a way to multiply BigInteger variables together, because the * operator cannot be applied to BigInteger.
So I was wondering if it was possible to multiply two BigIntegers together without using the * operator.
|
I was wondering if there was a way to multiply So I was wondering if it was possible to multiply two |
||||
|
|
|
You use
I should have pointed out a while ago that |
||||
|
|
You can use the multiply(BigInteger) method in BigInteger. So:
|
|||
|
|