TComplexLog Method

Returns a logarithm by the given base, inverse of an exponential function.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public TComplex Log(
	TComplex Base
)

Parameters

Base  TComplex
Base of the logarithm function.

Return Value

TComplex
Result of the logarithm function.

Exceptions

GeneralExceptionThrows if current is not a scalar.

See Also