IMSL C# Numerical Library

Sfun.Log10 Method 

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

public static double Log10(
   double x
);

Parameters

x
A double value.

Return Value

A double value specifying the common logarithm of x.

See Also

Sfun Class | Imsl.Math Namespace