(PHP 4, PHP 5, PHP 7)
log — ��Ȼ����
$arg
[, float $base
= M_E
] ) : float
���ָ���˿�ѡ�IJ��� base
��log()
���� logbase
arg
������ log()
���ز��� arg
����Ȼ������
arg
Ҫ���������ֵ
base
The optional logarithmic base to use (defaults to 'e' and so to the natural logarithm).
���� logbase
arg
������������Ȼ������
�汾 | ˵�� |
---|---|
4.3.0 |
��ѡ���� base ���á�
����Լ��������� b Ϊ�� n
�Ķ���������ʵʹ�õ�����ѧ��ʽ��logb(n) =
log(n)/log(b)������ log ����Ȼ������
|