Returns the hyperbolic cosine of a real number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double Cosh(
double x
)
Public Shared Function Cosh (
x As Double
) As Double
public:
static double Cosh(
double x
)
static member Cosh :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe hyperbolic cosine of
x.
Reference