Decimal Math.Sinh Method
Returns the hyperbolic sine of the specified angle.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.2
public static decimal Sinh(
decimal value
)
Parameters
- value Decimal
- The hyperbolic angle.
Return Value
DecimalThe 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.
Exceptions
Overflow | The result is too large to fit into a decimal value. |