最新历史版本 :LOG-返回数值的对数 返回文档
编辑时间: 内容长度:图片数:目录数: 修改原因:

目录:

1. Overview编辑

grammarLOG(number,base)According to the specified arbitrary base, return the logarithm of the value.
parameter1numberNeed to require the positive real number of the logarithm
parameter2BaseThe base of the logarithm. If the base is omitted, the default value is 10.

2. Matters needing attention编辑

  • Support the use of two numerical parameters, the second parameter can be default.

3. Examples编辑

FormulaResultRemark
LOG(16,2)4
LOG(10)1
LOG(24,3)2.892789261