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.0
C#
public static Quad Sinh(
	Quad value
)

Parameters

value  Quad
The hyperbolic angle.

Return Value

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

Implements

IHyperbolicFunctions<TSelf>.Sinh(TSelf)

Exceptions

OverflowException

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

See Also