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

Parameters

newBase  Number

Return Value

Number

Implements

IMathTLog(T)

See Also