Imaginary<T>.Acosh Method

Gets the inverse hyperbolic cosine of an imaginary number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
public static Complex<T> Acosh(
	Imaginary<T> z
)

Parameters

z  Imaginary<T>
An imaginary number.

Return Value

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

Remarks

The inverse hyperbolic cosine of an imaginary number is complex.

See Also