mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
- Before: UnsignedBigInteger::shift_right( n ) trigger index verification error for n>31. An assumption of num_bits<UnsignedBigInteger::BITS_IN_WORD was being made - After: shift_right( n ) works correctly for n>31. NOTE: "bonus" change; not necessary for fixing BigFraction::to_double