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