BigNumber
BigNumber copied to clipboard
Maybe a bug when calculate bignumer divide
You could try this:
BigNumber big256(hex2dec.Convert("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
BigNumber target = big256 / BigNumber("1");
it seems trap into an endless loop.
I am also having issues on this same problem
Can you please elaborate on the issue you are running into? You're experiencing an infinite loop when using the divide method?