ILNumerics.Net
Log Method
ILNumerics.Net - numeric computing and plotting for .NET
►
ILNumerics
►
complex
►
Log
()
()
()
C#
Visual Basic
Visual C++
ILNumerics.Net - numeric computing for .NET
logarithm of base e
Declaration Syntax
C#
Visual Basic
Visual 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)