mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-23 22:05:47 +00:00
When swapping both values to perform the actual calculation, we need to consider that `A + B == B + A`, but `A - B != B - A`, so turn it into `-B + A`. Co-Authored-By: Sam Atkins <atkinssj@serenityos.org>