Returns the hyperbolic sine of a Complex.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static Complex Sinh( Complex z ) |
Visual Basic (Declaration) |
---|
Public Shared Function Sinh ( _ z As Complex _ ) As Complex |
Visual C++ |
---|
public: static Complex Sinh( Complex z ) |
Parameters
- z
- Type: Imsl.Math..::.Complex
A Complex object.
Return Value
A newly constructed Complex initialized to the hyperbolic sine of the argument.
Remarks
If z = x+iy,
and sinh is odd.
returns
.
returns
(where the sign of the real part of the result is unspecified).
returns
.
returns
(where the sign of the real part of the result is unspecified).
returns
, for positive finite y.
returns
, for positive finite x.
returns
(where the sign of the real part of the result is unspecified).
returns
(where the sign of the real part of the result is unspecified).
returns
, for finite nonzero x.
returns
.
returns
, for all nonzero numbers y.
returns
.