CakeFest 2024: The Official CakePHP Conference

log10

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

log10底が 10 の対数

説明

log10(float $num): float

底を 10 とする num の対数を返します。

パラメータ

num

処理する引数。

戻り値

底を 10 とする num の対数を返します。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top