ArcTanh function
Namespace: Microsoft.Quantum.Math
Package: Microsoft.Quantum.Standard
Computes the inverse hyperbolic tangent of a number.
function ArcTanh (x : Double) : Double
Input
x : Double
A real number $x$.
Output : Double
A real number $y$ such that $x = \tanh(y)$.
Feedback
Submit and view feedback for