"+" operator placed as index

43 Views Asked by At

What is the meaning of $(a-b)_+$? In other words, what is meant by the "+" operator when it is placed as an index. If I am comparing for example two variables $a$ and $b$. So what is the value of $(a-b)_+$ when $a>b$ or $a<b$?

Any help will be very appreciated.