Math<T>.Cosh Method

Returns the hyperbolic cosine of the specified angle.

Definition

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

Parameters

value  T
 

Return Value

T

See Also