无涯教程-JavaScript - COMPLEX函数

描述

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

Example

无涯教程-JavaScript - COMPLEX函数_第1张图片

JavaScript 中的 COMPLEX函数 - 无涯教程网无涯教程网提供描述COMPLEX函数将实系数和虚系数转换为x + yi或x + yj形式的复数。 语法 COMPLEX (re...https://www.learnfk.com/javascript/advanced-excel-engineering-complex-function.html

你可能感兴趣的:(无涯教程,javascript)