Skip to main content

COMPLEX

Converts real and imaginary coefficients into a complex number of the form x + yi.

CategoryEngineering
SyntaxCOMPLEX(real_num, i_num, [suffix])

Parameters

ParameterRequiredDescription
real_numRequiredThe real coefficient of the complex number.
i_numRequiredThe imaginary coefficient of the complex number.
suffixOptionalThe suffix for the imaginary component. Defaults to "i".

Example

COMPLEX(real_num, i_num, suffix)

Auto-generated from the EngCanvas function registry.