Click or drag to resize

NMathFunctionsLog10(Single) Method

Calculates the principal value of the base-10 logarithm of a floating point number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float Log10(
	float f
)

Parameters

f  Single
A floating point number.

Return Value

Single
The base-10 logarithm of f.
See Also