(PHP 4, PHP 5, PHP 7)
Base-10 logarithm
float log10 ( float $arg )
Returns the base-10 logarithm of arg
.
Parameters:
arg
The argument to process
Returns:
The base-10 logarithm of arg
See also:
log() -
Please login to continue.