Click or drag to resize

ComplexLog Method (Complex, Double)

Returns the logarithm of a specified complex number in a specified base.

Namespace:  FinMath
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static Complex Log(
	Complex value,
	double baseValue
)

Parameters

value
Type: FinMathComplex
A complex number.
baseValue
Type: SystemDouble
The base of the logarithm.

Return Value

Type: Complex
The logarithm of value in base baseValue.
See Also