IComplexElementaryFunctions<T, U>.Acosh Method

Gets the inverse hyperbolic cosine of a complex number.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
T Acosh(
	T z
)

Parameters

z  T
A complex number.

Return Value

T
The inverse hyperbolic cosine of z.

See Also