Operations<T>.Cosh Method

Returns the hyperbolic cosine of a number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static T Cosh(
	T operand
)

Parameters

operand  T
 

Return Value

T
The hyperbolic cosine of x.

See Also