COMPLEX |
COMPLEX(real_num, i_num [,suffix]) |
Returns the complex number given real and imaginary coefficients. |
real_num | The real coefficient of the complex number. |
i_num | The imaginary coefficient of the complex number. |
suffix | (Optional) The suffix for the imaginary component of the complex number. |
REMARKS |
* If "real_num" is not numeric, then #VALUE! is returned. * If "i_num" is not numeric, then #VALUE! is returned. * If "suffix" is left blank, then "i" is used. * If "suffix" is not either "i" or "j", then #VALUE! is returned. * If "suffix" is not in lowercase, then #VALUE! is returned. * You can use the IMCONJUGATE function to return a complex conjugate. * For the Microsoft documentation refer to support.microsoft.com |
|
© 2022 Better Solutions Limited. All Rights Reserved. © 2022 Better Solutions Limited Top