I am trying to solve a problem that at some point gives me this:
$$ f=C\cdot g^{+} $$
I am confused at to what that $+$ means. Does it indicate that g must be positive? Because that's the only time my calculations work.
It's probably $$x^+=\begin{cases}x&\text{if }x\ge0\\ 0&\text{if }x<0\end{cases}$$