Returns the hyperbolic sine of the specified angle.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Quad Sinh(
Quad value
)
Public Shared Function Sinh (
value As Quad
) As Quad
public:
static Quad Sinh(
Quad value
)
static member Sinh :
value : Quad -> Quad
Parameters
- value
- Type: Extreme.MathematicsQuad
The hyperbolic angle.
Return Value
Type:
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.
Exception | Condition |
---|
OverflowException |
The result is too large to fit into a Quad value.
|
Reference