Returns the hyperbolic cosine of a number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Cosh(
BigFloat value
)
Public Shared Function Cosh (
value As BigFloat
) As BigFloat
public:
static BigFloat^ Cosh(
BigFloat^ value
)
static member Cosh :
value : BigFloat -> BigFloat
Parameters
- value
- Type: Extreme.MathematicsBigFloat
A BigFloat value.
Return Value
Type:
BigFloatThe hyperbolic cosine of
value.
The result has the same relative accuracy as value.
Reference