ILNumerics.Net
Log Method

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexLog()()()
ILNumerics.Net - numeric computing for .NET
logarithm of base e
Declaration Syntax
C#Visual BasicVisual C++
public complex Log()
Public Function Log As complex
public:
complex Log()
Return Value
logarithm of base e
Remarks
The logarithm of a complex number A is defined as follows:
real part: log(abs(A)) imag part: Atan2(imag(A),real(A))

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