ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Logarithm of base e
The logarithm of a complex number A is defined as follows:
real part: log(abs(A))imag part: Atan2(imag(A),real(A))
Logarithm of base e
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Return Value
Type: complexLogarithm of base e
Remarks
real part: log(abs(A))imag part: Atan2(imag(A),real(A))
[ILNumerics Core Module]
See Also