Question 501893
If {{{a}}} and {{{b}}} are both unsigned, here are the rules:
{{{ -a - b = -(a + b) }}}
{{{ -a -(-b) = -a + b }}}
{{{ (-a)*(-b) = +a*b }}}
{{{ (-a)/(-b) = +a/b }}}