I have two piecewise functions: $$ f(x) = \begin{cases} 2 \qquad x > 2 \\ 3 \qquad x <2 \end{cases} $$ $$ g(x) = \begin{cases} -2 \qquad x \ge 2 \\ 2 \qquad x <2 \end{cases} $$
I need to calculate $g(x) - f(x)$ but I don't understand what happens at $x = 2$ as only $g(x)$ is defined there.