Returns the base 10 logarithm of a specified number.
[Visual Basic] Public Shared Function Log10( _ ByVal d As Double _ ) As Double [C#] public static double Log10( double d ); [C++] public: static double Log10( double d ); [JScript] public static function Log10( d : double ) : double;
Returns the base 10 log of d: log