ComplexTLog(ComplexT) Method

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

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public Complex<T> Log(
	Complex<T> newBase
)

Parameters

newBase  ComplexT

Return Value

ComplexT

Implements

IMathTLog(T)

See Also