描述
IMLOG10函数以x + yi或x + yj文本格式返回复数的公共对数(以10为底)。可以从自然对数计算复数的公共对数,如下所示:
$$\log_ {10}(x + yi)=(\log_ {10} e)\ln(x + yi)$$
语法
IMLOG10 (inumber)
争论
| Argument | 描述 | Required/Optional | 
|---|---|---|
| Inumber | A complex number for which you want the common logarithm. | Required | 
Notes
-  Excel中的复数仅存储为文本。 
-  当将格式为" a + bi"或" a + bj"的文本字符串提供给Excel的内置复数函数之一时,这被解释为复数。 
-  复数函数可以接受一个简单的数值,因为它等效于虚数等于0的复数。 
-  使用COMPLEX将实系数和虚系数转换为复数。 
-  如果未将inumber识别为复数,则IMLOG10将返回#NUM!错误。 
-  如果inumber是逻辑值,则IMLOG10返回#VALUE!错误。 
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016
Example
 
 
 
JavaScript 中的 IMLOG10函数 - 无涯教程网无涯教程网提供描述IMLOG10函数以x + yi或x + yj文本格式返回复数的公共对数(以10为底)。可以从自然... https://www.learnfk.com/javascript/advanced-excel-engineering-imlog10-function.html
https://www.learnfk.com/javascript/advanced-excel-engineering-imlog10-function.html