y = Math.Tanh(x) is the hyperbolic tangent of x. But I need f(y) = x. For the regular tangent there\'s Arctan, but where\'s Arctanh?>
y = Math.Tanh(x)
x
f(y) = x
I installed MathNet from the package manager. It has MathNet.Numerics.Trig.InverseHyperbolicTangent(x) which works well enough.