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.3
C#
The hyperbolic cosine of value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Cosh(
Quad value
)
Parameters
- value Quad
- The hyperbolic angle.
Return Value
QuadThe hyperbolic cosine of value.
Implements
IHyperbolicFunctions<TSelf>.Cosh(TSelf)Exceptions
Overflow | The result is too large to be represented as a quadruple precision number. |