BigNumber icon indicating copy to clipboard operation
BigNumber copied to clipboard

Maybe a bug when calculate bignumer divide

Open luoyhang003 opened this issue 6 years ago • 2 comments

You could try this:

    BigNumber big256(hex2dec.Convert("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
    BigNumber target = big256 / BigNumber("1");

it seems trap into an endless loop.

luoyhang003 avatar Jun 12 '19 05:06 luoyhang003

I am also having issues on this same problem

killerdevildog11 avatar Nov 11 '19 03:11 killerdevildog11

Can you please elaborate on the issue you are running into? You're experiencing an infinite loop when using the divide method?

Limeoats avatar Apr 05 '23 22:04 Limeoats