I was reading this question on this site and I saw that the following pairing function was mentioned (a modified version of Cantor function):
$$\langle x, y\rangle = x * y + \operatorname{trunc}\left(\frac{(|x - y| - 1)^2}{4}\right) = \langle y, x\rangle$$
(also expanded here)
I was wondering if, given the result, one can get back $x$ and $y$ (inversion), as normally one can do with similar functions (e.g., Cantor pairing function).
If, say, $f(x,y) = u$, where $f$ is the above function, given $u$ what would $x$ and $y$ (order unimportant) be ?