JavaScript Editor Javascript debugger     Website design 


log10

Base-10 logarithm (PHP 4, PHP 5)
float log10 ( float arg )

Returns the base-10 logarithm of arg.

Parameters

arg

The argument to process

Return Values

The base-10 logaritm of arg

See Also
log()