Math<T>.Cosh Method

Returns the hyperbolic cosine of the specified angle.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static T Cosh(
	T value
)

Parameters

value  T
 

Return Value

T

See Also