Click or drag to resize

ComplexMathLog10 Method

Returns the base 10 logarithm of the complex function argument.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex Log10(
	Complex z
)

Parameters

z  Complex
The complex function argument.

Return Value

Complex
The base 10 logarithm of the complex function argument.
See Also