Returns the hyperbolic cosine of the specified angle.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static decimal Cosh(
decimal value
)
Public Shared Function Cosh (
value As Decimal
) As Decimal
public:
static Decimal Cosh(
Decimal value
)
static member Cosh :
value : decimal -> decimal
Parameters
- value
- Type: SystemDecimal
The hyperbolic angle.
Return Value
Type:
Decimal
The hyperbolic cosine of
value.
Exception | Condition |
---|
OverflowException |
The result is too large to be represented as a decimal number.
|
Reference