| COMPLEX |
convert to a complex number |
| IMREAL |
return the real coefficient of a complex number |
| IMAGINARY |
return the imaginary coefficient of a complex number |
| IMABS |
calculate the absolute value of a complex number |
| IMARGUMENT |
return theta as radians |
| IMADD |
return the sum of 2 complex numbers |
| IMSUB |
return the difference between 2 complex numbers |
| IMMULT |
return the product of 2 complex numbers |
| IMDIV |
return the quotient of 2 complex numbers |
| IMCOS |
return the cosine of a complex number |
| IMSIN |
return the sine of a complex number |
| IMPOWER |
return a complex number raised to a power |
| IMSQRT |
return the square root of a complex number |
| IMLN |
return the natural logarithm of a complex number |
| IMEXP |
return the exponential of a complex number |
| IMLOG10 |
return the common (base 10) logarithm of a complex number |
| IMLOG2 |
return the base-2 logarithm of a complex number |
| IMCONJUGATE |
return the complex conjugate of a complex number |
| IMSUM |
return the sum of a set of complex numbers |
| IMSUM_q |
return the sum of a set of complex numbers |
| IMPRODUCT |
return the product of a set of complex numbers |
| IMPRODUCT_q |
return the product of a set of complex numbers |