Reversing Order

Type: idea

Often it is easier to calculate
\[
  -(b-a)
\]
instead of
\[
  a-b
\]
when $b>a$.