Let $z = f(x, y)$ where $f(x, y)$ is not a vector-valued function. What is it called to find $x$ terms of $z$ and $y$? Here's an example of what I mean: $$z = f(x, y) = x+ y $$ Now $x$ can be expressed in terms of $z$ and $y$ with the function $g(z, y) = z-y$. What is the transformation from $f(x,y)$ to $g(z,y)$ called and how is it denoted? Obviously in this example $g(z, y) = f(z, -y)$ but this only works for addition. For instance this transformation is completely different: $$z = f(x, y) = x*y \longrightarrow x = g(z, y) = \frac{z}{y}$$
where $x = f(z, 1/y)$. This seems very similar to the inverse of a function but it's not quite the same.
Note that given $y$, you can define a function $h_y(x)=f(x,y)$, and then you're just looking for the inverse of $h_y$, provided it exists.