Click or drag to resize
SfunLog10 Method
Returns the common (base 10) logarithm of a double.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double Log10(
	double x
)

Parameters

x
Type: SystemDouble
A double value.

Return Value

Type: Double
A double value specifying the common logarithm of x.
See Also