IMSUM |
IMSUM(inumber1 [,inumber2]) |
Returns the sum of two or more complex numbers. |
inumber1 | The first complex number. |
inumber2 | (Optional) The second complex number. |
REMARKS |
* If any of the arguments are not in the form x + yi or x + yj, then #NUM! is returned. * You can have a maximum of 255 arguments. * You can use the COMPLEX function to convert real and imaginary coefficients into a complex number. * You can use the IMPRODUCT function to return the product of two or more complex numbers. * You can use the IMSUB function to return the difference of two complex numbers. * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top