Query: log10
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LOG10(3) 1 LOG10(3) log10 - Base-10 logarithm SYNOPSIS float log10 (float $arg) DESCRIPTION Returns the base-10 logarithm of $arg. PARAMETERS o $arg - The argument to process RETURN VALUES The base-10 logarithm of $arg SEE ALSO log(3). PHP Documentation Group LOG10(3)