log10

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

log10以 10 為底的對數

說明

log10(float $arg): float

返回參數 arg 以 10 為底的對數。

參數

arg

要處理的參數

返回值

arg 以 10 為底的對數。

參見