NumberLog(Number) 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: 3.0.9684.25141
C#
public Number Log(
	Number newBase
)

Parameters

newBase  Number

Return Value

Number

Implements

IMathTLog(T)

See Also