Gets the inverse hyperbolic tangent of a DoubleComplex number.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Shared Function Atanh ( _
	z As DoubleComplex _
) As DoubleComplex
C#
public static DoubleComplex Atanh (
	DoubleComplex z
)
C++
public:
static DoubleComplex Atanh (
	DoubleComplex z
)

Parameters

z (Extreme.Mathematics.DoubleComplex)
A DoubleComplex number.

Return Value

The inverse hyperbolic tangent of the complex number.