Quad.Sinh Method
Returns the hyperbolic sine of the specified angle.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The hyperbolic sine of value. If value is equal to System.Double.NegativeInfinity, System.Double.PositiveInfinity, or System.Double.NaN, this method returns a System.Double equal to value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Sinh(
Quad value
)
Parameters
- value Quad
- The hyperbolic angle.
Return Value
QuadThe hyperbolic sine of value. If value is equal to System.Double.NegativeInfinity, System.Double.PositiveInfinity, or System.Double.NaN, this method returns a System.Double equal to value.
Implements
IHyperbolicFunctions<TSelf>.Sinh(TSelf)Exceptions
Overflow | The result is too large to fit into a Quad value. |