Click or drag to resize

Complex32Logarithm Method

Logarithm of this Complex32 with custom base.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Complex32 Logarithm(
	float baseValue
)

Parameters

baseValue  Single
The logarithm base.

Return Value

Complex32
The logarithm of this complex number.
See Also