Click or drag to resize

NMathFunctionsCosh(Double) Method

Calculates the hyperbolic cosine of a double-precision floating point number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Cosh(
	double d
)

Parameters

d  Double
A double-precision floating point number.

Return Value

Double
The hyperbolic cosine of d.
See Also