DecimalMath.Cosh Method

Returns the hyperbolic cosine of the specified angle.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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