Decimal Math.Cosh Method
Returns the hyperbolic cosine of the specified angle.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The hyperbolic cosine of value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static decimal Cosh(
decimal value
)
Parameters
- value Decimal
- The hyperbolic angle.
Return Value
DecimalThe hyperbolic cosine of value.
Exceptions
Overflow | The result is too large to be represented as a decimal number. |