描述
COMPLEX函数将实系数和虚系数转换为x + yi或x + yj形式的复数。
语法
COMPLEX (real_num, i_num, [suffix])
争论
Argument | 描述 | Required/Optional |
---|---|---|
real_num | The real coefficient of the complex number. | Required |
i_num | The imaginary coefficient of the complex number. | Required |
suffix | The suffix for the imaginary component of the complex number. If omitted, suffix is assumed to be "i". | Optional |
Notes
-
所有复数函数均接受" i"和" j"作为后缀,但" I"和" J"均不接受。使用大写字母将产生#VALUE!错误值。
-
所有接受两个或更多个复数的函数都要求所有后缀都匹配。
-
如果real_num为非数字,则COMPLEX返回#VALUE!错误值。
-
如果i_num为非数值,则COMPLEX返回#VALUE!错误值。
-
如果后缀既不是" i"也不是" j",则COMPLEX返回#VALUE!错误值。
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016