DecimalMath.Cosh Method

Returns the hyperbolic cosine of the specified angle.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static decimal Cosh(
	decimal value
)

Parameters

value  Decimal
The hyperbolic angle.

Return Value

Decimal
The hyperbolic cosine of value.

Exceptions

OverflowException

The result is too large to be represented as a decimal number.

See Also