Click or drag to resize
MathUtilsLog Method (Single)
Returns the natural logarithm of the specified number.

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

Parameters

x
Type: SystemSingle
Number to compute the logarithm of.

Return Value

Type: Single
Natural logarithm of the specified number.
See Also