Functions
COMPLEX
Create a complex number string
Try it
When to use it
When should I use COMPLEX?
Use COMPLEX to construct a complex number string from real and imaginary parts so you can pass it to engineering functions like IMABS, IMSUB, or IMPRODUCT.
Used in
Syntax
COMPLEX(real, imaginary, [suffix])