ILNumerics.Net
Log Method (input)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexLog(complex)
ILNumerics.Net - numeric computing for .NET
complex logarithm
Declaration Syntax
C#Visual BasicVisual C++
public static complex Log(
	complex input
)
Public Shared Function Log ( _
	input As complex _
) As complex
public:
static complex Log(
	complex input
)
Parameters
input (complex)
input
Return Value
complex logarithm of input
Remarks
the real part of the logarithm is computed by

log (abs (input))

The imaginary part holds the phase of input.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)