Complex<T>.Acosh Method

Gets the inverse hyperbolic cosine of a complex number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Complex<T> Acosh(
	Complex<T> z
)

Parameters

z  Complex<T>
A complex number.

Return Value

Complex<T>
The inverse hyperbolic cosine of the complex number.

See Also