COMPLEX

COMPLEX(arg1, arg2, arg3) → { number | string | boolean }

Converts real and imaginary coefficients into a complex number.

Parameters:

Name Type Description
arg1 any

Is the real coefficient of the complex number.

arg2 any

Is the imaginary coefficient of the complex number.

arg3 any

Is the suffix for the imaginary component of the complex number.

Returns:

Type
number | string | boolean