PHP 8.5.0 Alpha 1 available for testing

log10

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

log10Logaritmo en base 10

Descripción

log10(float $num): float

Se devuelve el logaritmo en base 10 de num.

Parámetros

num

El argumento a tratar

Valores devueltos

El logaritmo en base 10 de num.

Ver también

  • log() - Logaritmo natural (neperiano)

add a note

User Contributed Notes

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