Documentation/How Tos/Calc: Complex Number functions
From Apache OpenOffice Wiki
< Documentation | How Tos
List of Calc Complex Number functions
Complex numbers are a mathematical concept, and have a real and an imaginary part. In Calc, they are represented by text, for example as a + bi or a + bj. The following functions create or manipulate that text.
| COMPLEX | Returns a complex number, given real and imaginary parts. |
| IMABS | Returns the absolute value of a complex number. |
| IMAGINARY | Returns the imaginary part of a complex number. |
| IMARGUMENT | |
| IMCONJUGATE | Returns the complex conjugate of a complex number. |
| IMCOS | Returns the cosine of a complex number. |
| IMDIV | Returns the result of dividing one complex number by another. |
| IMEXP | |
| IMLN | |
| IMLOG10 | |
| IMLOG2 | |
| IMPOWER | |
| IMPRODUCT | Returns the product of complex numbers. |
| IMREAL | Returns the real part of a complex number. |
| IMSIN | Return the sine of a complex number. |
| IMSQRT | Returns the square root of a complex number. |
| IMSUB | Returns the difference between 2 complex numbers. |
| IMSUM | Returns the sum of complex numbers. |