DecimalMath.Acosh Method

Returns the inverse hyperbolic cosine of a decimal number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static decimal Acosh(
	decimal x
)

Parameters

x  Decimal
A decimal number greater than or equal to 1.

Return Value

Decimal
The inverse hyperbolic cosine of x.

See Also