MathLogT(T, T) 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 static T Log<T>(
	T a,
	T newBase
)
where T : Object, INumber<T>

Parameters

a  T
newBase  T

Type Parameters

T
Type

Return Value

T

See Also