Click or drag to resize

NMathFunctionsLog10(Double) Method

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

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

Parameters

d  Double
A double-precision floating point number.

Return Value

Double
The base-10 logarithm of d.
See Also