Click or drag to resize
MathUtilsLog Method (Single, Single)
Returns the logarithm of the specified number in the passed base.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static float Log(
	float x,
	float newBase
)

Parameters

x
Type: SystemSingle
Number to compute the logarithm of.
newBase
Type: SystemSingle
Base of the logarithm to compute.

Return Value

Type: Single
Logarithm of the specified number in the passed base.
See Also