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

Parameters

value  Quad
The hyperbolic angle.

Return Value

Quad
The hyperbolic cosine of value.

Exceptions

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

See Also