DecimalMath.Sinh Method

Returns the hyperbolic sine of the specified angle.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static decimal Sinh(
	decimal value
)

Parameters

value  Decimal
The hyperbolic angle.

Return Value

Decimal
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.

Exceptions

OverflowException

The result is too large to fit into a decimal value.

See Also