log10
PHP function
Edit on GitHub ✎
(PHP 4, PHP 5, PHP 7, PHP 8)
Base-10 logarithm
Description
log10(float $num): float
Returns the base-10 logarithm of num.
Parameters
numThe argument to process
Return Values
The base-10 logarithm of num