mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-01 02:06:11 +00:00
SignedBigInteger::operator==(const UnsignedBigInteger&) was rejecting all negative value before testing for equality. It now accepts negative zero and test for a value equality with the UnsignedBigInteger.