Quad.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 Quad Cosh(
	Quad value
)

Parameters

value  Quad
The hyperbolic angle.

Return Value

Quad
The hyperbolic cosine of value.

Implements

IHyperbolicFunctions<TSelf>.Cosh(TSelf)

Exceptions

OverflowException

The result is too large to be represented as a quadruple precision number.

See Also