Hi, Is it possible to use the magnitude constructor from the Java BigInteger? ``` BigInteger(int signum, byte[] magnitude) ``` I got errors about "function with number array arguments" not existing.
Hi,
Is it possible to use the magnitude constructor from the Java BigInteger?
I got errors about "function with number array arguments" not existing.