Computes the natrual logarithm of a complex number.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static Complex Log(
Complex z
)
Public Shared Function Log (
z As Complex
) As Complex
public:
static Complex Log(
Complex z
)
static member Log :
z : Complex -> Complex
Parameters
- z
- Type: Meta.NumericsComplex
The argument.
Return Value
Type:
ComplexThe value of ln(z).
Remarks The image below shows the complex log function near the origin, using domain coloring.
You can see the zero at (0, 1) and the branch cut extending along the negative real axis from the pole at the origin.
See Also