Math<T>.Acosh Method

Returns the inverse hyperbolic cosine of a real number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static T Acosh(
	T x
)

Parameters

x  T
A real number greater than or equal to 1.

Return Value

T
The inverse hyperbolic cosine of x.

See Also