PHP 8.3.4 Released!

log10

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

log10Base-10 logarithm

Açıklama

log10(float $num): float

Returns the base-10 logarithm of num.

Bağımsız Değişkenler

num

The argument to process

Dönen Değerler

The base-10 logarithm of num

Ayrıca Bakınız

  • log() - Natural logarithm

add a note

User Contributed Notes

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