Gets the inverse hyperbolic sine of a DoubleComplex number.

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

Syntax

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

Parameters

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

Return Value

The inverse hyperbolic sine of the complex number.