16.8.COMPLEX | ||||
16.8.1. | =COMPLEX(3,4) returns Complex number with 3 and 4 as the real and imaginary coefficients | |||
16.8.2. | =COMPLEX(3,4,"j") returns Complex number with 3 and 4 as the real and imaginary coefficients, and j as the suffix (3 + 4j) | |||
16.8.3. | =COMPLEX(0,1) returns Complex number with 0 and 1 as the real and imaginary coefficients | |||
16.8.4. | =COMPLEX(1,0) return Complex number with 1 and 0 as the real and imaginary coefficients |