↳
In-reply-to
»
Todayâs AoC puzzle is a very simple problem on modern machines, but quite tricky for me: It involves a number that doesnât fit into 32 bits. đ€ I wonder if/how I can manage to port this beast to DOS. (I once wrote a âbig intâ library myself, but that was ages ago and I hardly remember it anymore.)
†Read More
@movq@www.uninformativ.de it shouldnât need a full bignum implementation right? Just some left and right shifts for the sq/sqrt and carry for the addition right?