Meta.Numerics Library
Log Method (z)
Meta.NumericsMeta.NumericsComplexMathLog(Complex)
Computes the natrual logarithm of a complex number.
Declaration Syntax
C#Visual BasicVisual C++F#
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 (Complex)
The argument.
Return Value
The value of ln(z).