Returns the common (base 10) logarithm of a double.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static double Log10(
	double x
)
Visual Basic (Declaration)
Public Shared Function Log10 ( _
	x As Double _
) As Double
Visual C++
public:
static double Log10(
	double x
)

Parameters

x
Type: System..::.Double
A double value.

Return Value

A double value specifying the common logarithm of x.

See Also