php / 8.1.5 / function.log10.html /

log10

(PHP 4, PHP 5, PHP 7, PHP 8)

log10Base-10 logarithm

Description

log10(float $num): float

Returns the base-10 logarithm of num.

Parameters

num

The argument to process

Return Values

The base-10 logarithm of num

See Also

  • log() - Natural logarithm

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.log10.php