Returns the logarithm of a Complex z, with a branch cut along
the negative real axis.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static Complex Log( Complex z ) |
Visual Basic (Declaration) |
---|
Public Shared Function Log ( _ z As Complex _ ) As Complex |
Visual C++ |
---|
public: static Complex Log( Complex z ) |
Parameters
- z
- Type: Imsl.Math..::.Complex
A Complex object.
Return Value
A newly constructed Complex initialized to the logarithm of the argument. Its imaginary part is in the interval![[-i\pi,i\pi]](eqn/eqn_0632.png)
Remarks
Specifically, if z = x+iy,
.
returns
.
returns
.
returns
.
returns
.
returns
, for finite x.
returns
, for finite positive-signed y.
returns
, for finite positive-signed y.
returns
.
returns
.
returns
, for finite x.
returns
, for finite y.
returns
.