Cosh()

Math::Cosh(double) method

Calculates the hyperbolic cosine of the specified value.

static double System::Math::Cosh(double value)

Arguments

ParameterTypeDescription
valuedoubleThe value to calculate the hyperbolic cosine of

Return Value

The hyperbolic cosine of value

See Also