HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

log10

Description

The log10 of Math for PHP base-10 logarithm.

Syntax

log10 ( float $arg ) : float

Parameters

arg

The argument to process

Return

The base-10 logarithm of arg

Examples

1

<?

$arg = 12.34;

$return = log10($arg);

echo $return;
1.0913151596972