Click or drag to resize

Complex32Log(Complex32, Single) Method

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

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex32 Log(
	Complex32 value,
	float baseValue
)

Parameters

value  Complex32
A complex number.
baseValue  Single
The base of the logarithm.

Return Value

Complex32
The logarithm of value in base baseValue.
See Also