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