COMPLEX
Description
Returns a complex number based on the specified real number and imaginary number.
Syntax
COMPLEX(
real_num
,
i_num
, [
suffix
])
- real_num: The real coefficient.
- i_num: The imaginary coefficient.
- suffix: Either a lowercase i or j in quotes to specify the suffix to use.