IComplexElementaryFunctions<T, U>.Acosh Method

Gets the inverse hyperbolic cosine of a complex number.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T Acosh(
	T z
)

Parameters

z  T
A complex number.

Return Value

T
The inverse hyperbolic cosine of z.

See Also