DecimalMath.Sinh Method

Returns the hyperbolic sine of the specified angle.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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