COMPLEX
Converts real and imaginary coefficients into a complex number of the form x + yi.
| Category | Engineering |
| Syntax | COMPLEX(real_num, i_num, [suffix]) |
Parameters
| Parameter | Required | Description |
|---|---|---|
real_num | Required | The real coefficient of the complex number. |
i_num | Required | The imaginary coefficient of the complex number. |
suffix | Optional | The suffix for the imaginary component. Defaults to "i". |
Example
COMPLEX(real_num, i_num, suffix)
Auto-generated from the EngCanvas function registry.