Assume
$$f(x)=\left \{\begin{matrix} x-1 & x \leq 0\\ x+1 & x > 0 \end{matrix} \right.$$
Obviously, $df(x)/dx$ do not exists at $x=0$ but the one-sided differential exists.
What's the notation of one-sided differential?
$$d_-f(x)/d_-x$$, $$d_-f(x)/dx$$, or $$df(x_-)/dx_-$$?
Update:
The previous example is really bad, and I was confusing deritive with differential. Thank you very much for the anwsers. Maybe the following example will make the problem clearer:
$$z=\left \{\begin{matrix} y\times x & x \leq 0\\ 2\times y \times x & x > 0 \end{matrix} \right.$$
and both a and x is variable.
How do I represent $\partial z / \partial x$ at $x=0^+$ and $x=0^-$?
It seems $\lim_{x\to 0^+}\partial z / \partial x$ and $\lim_{x\to 0^-}\partial y / \partial x$ is what I want.