ILNumerics Ultimate VS

complexLog Method (complex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Complex logarithm

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static complex Log(
	complex input
)

Parameters

input
Type: ILNumericscomplex
Input value

Return Value

Type: complex
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.

[ILNumerics Core Module]

See Also

Reference