Math 函数
在线手册:中文 英文
PHP手册

log10

(PHP 4, PHP 5)

log10以 10 为底的对数

说明

float log10 ( float $arg )

返回参数 arg 以 10 为底的对数。

参见 log()


Math 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: 以 10 为底的对数

用户评论:

jphansen at uga dot edu (22-Jun-2011 02:31)

Alternatively log(x, 10) may be used.

smalladi at lexgen dot com (20-Nov-2001 11:47)

Note that log of a negative or undefined number returns -Infinity.