So basically, a function $f$ with $f(\frac{1}{x}) = - f(x)$. Additionally, it should also be strictly increasing.
I know that the logarithm has this property, but I'm looking for a function with different boundary conditions. Namely: f(0) = -1 (and $f(x -> \infty) = 1$).
I know one solution to this: $f(x) = \frac{x-1}{x+1}$, but I am wondering:
Is there a general method to find such functions?
Is my given solution unique?