RealTLog(RealT) 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 Real<T> Log(
	Real<T> newBase
)

Parameters

newBase  RealT

Return Value

RealT

Implements

IMathTLog(T)

See Also