I want to find functions that are their own inverse function, so that
$$f(x) = f^{-1}(x)$$
and
$$f(f(x)) = x$$
I have managed to find the following examples:
$$f(x) = x$$
$$f(x) = -x + n$$
$$f(x) = \frac{1}{x - n} + n$$
Are there more examples?