An NDoc Documented Class Library

Trigonometric.Atanh Method 

Returns the inverse hyperbolic tangent of x.

public static double Atanh(
   double x
);

Parameters

x
The value.

Return Value

tanh-1(x).

See Also

Trigonometric Class | numerics4net.special Namespace