log10

Base-10 logarithm

Description

float log10(float $num)

Returns the base-10 logarithm of num.

Parameters

num

The argument to process

Return Values

The base-10 logarithm of num

See Also

  • log