PHP log10() Function

The log10() function returns the base-10 logarithm of a number.

float log10 ( float $arg )

Returns the base-10 logarithm of arg.

Example -

ParameterDescription
argThe argument to process

The base-10 logarithm of arg