Decimal Math.Acosh Method
Returns the inverse hyperbolic cosine of a decimal number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The inverse hyperbolic cosine of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static decimal Acosh(
decimal x
)
Parameters
- x Decimal
- A decimal number greater than or equal to 1.
Return Value
DecimalThe inverse hyperbolic cosine of x.