Complex
- COMPLEX — a complex number of the form x + yi
- IMABS — the absolute value of the complex number z
- IMAGINARY — the imaginary part of the complex number z
- IMARCCOS — the complex arccosine of the complex number
- IMARCCOSH — the complex hyperbolic arccosine of the complex number z
- IMARCCOT — the complex arccotangent of the complex number z
- IMARCCOTH — the complex hyperbolic arccotangent of the complex number z
- IMARCCSC — the complex arccosecant of the complex number z
- IMARCCSCH — the complex hyperbolic arccosecant of the complex number z
- IMARCSEC — the complex arcsecant of the complex number z
- IMARCSECH — the complex hyperbolic arcsecant of the complex number z
- IMARCSIN — the complex arcsine of the complex number z
- IMARCSINH — the complex hyperbolic arcsine of the complex number z
- IMARCTAN — the complex arctangent of the complex number
- IMARCTANH — the complex hyperbolic arctangent of the complex number z
- IMARGUMENT — the argument theta of the complex number z
- IMCONJUGATE — the complex conjugate of the complex number z
- IMCOS — the cosine of the complex number z
- IMCOSH — the hyperbolic cosine of the complex number z
- IMCOT — the cotangent of the complex number z
- IMCOTH — the hyperbolic cotangent of the complex number z
- IMCSC — the cosecant of the complex number z
- IMCSCH — the hyperbolic cosecant of the complex number z
- IMDIV — the quotient of two complex numbers z1/z2
- IMEXP — the exponential of the complex number z
- IMFACT — the factorial of the complex number z
- IMGAMMA — the gamma function of the complex number z
- IMIGAMMA — the incomplete Gamma function
- IMINV — the reciprocal, or inverse, of the complex number z
- IMLN — the natural logarithm of the complex number z
- IMLOG10 — the base-10 logarithm of the complex number z
- IMLOG2 — the base-2 logarithm of the complex number z
- IMNEG — the negative of the complex number z
- IMPOWER — the complex number z1 raised to the z2th power
- IMPRODUCT — the product of the given complex numbers
- IMREAL — the real part of the complex number z
- IMSEC — the secant of the complex number z
- IMSECH — the hyperbolic secant of the complex number z
- IMSIN — the sine of the complex number z
- IMSINH — the hyperbolic sine of the complex number z
- IMSQRT — the square root of the complex number z
- IMSUB — the difference of two complex numbers
- IMSUM — the sum of the given complex numbers
- IMTAN — the tangent of the complex number z
- IMTANH — the hyperbolic tangent of the complex number z
COMPLEX
Synopsis
COMPLEX(x,y,i)
Arguments
x: real part
y: imaginary part
i: the suffix for the complex number, either "i" or "j"; defaults to "i"
Note
If i is neither "i" nor "j", COMPLEX returns #VALUE!
Microsoft Excel Compatibility
This function is Excel compatible.
IMABS
Synopsis
IMABS(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
IMAGINARY
Synopsis
IMAGINARY(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
See also
IMARCCOS
Synopsis
IMARCCOS(z)
Arguments
z: a complex number
Description
IMARCCOS returns the complex arccosine of the complex number z. The branch cuts are on the real axis, less than -1 and greater than 1.
Note
If z is not a valid complex number, #VALUE! is returned.
IMARCCOSH
Synopsis
IMARCCOSH(z)
Arguments
z: a complex number
Description
IMARCCOSH returns the complex hyperbolic arccosine of the complex number z. The branch cut is on the real axis, less than 1.
Note
If z is not a valid complex number, #VALUE! is returned.
IMARCCOT
Synopsis
IMARCCOT(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMARCCOTH
Synopsis
IMARCCOTH(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMARCCSC
Synopsis
IMARCCSC(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMARCCSCH
Synopsis
IMARCCSCH(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMARCSEC
Synopsis
IMARCSEC(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMARCSECH
Synopsis
IMARCSECH(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMARCSIN
Synopsis
IMARCSIN(z)
Arguments
z: a complex number
Description
IMARCSIN returns the complex arcsine of the complex number z. The branch cuts are on the real axis, less than -1 and greater than 1.
Note
If z is not a valid complex number, #VALUE! is returned.
IMARCSINH
Synopsis
IMARCSINH(z)
Arguments
z: a complex number
Description
IMARCSINH returns the complex hyperbolic arcsine of the complex number z. The branch cuts are on the imaginary axis, below -i and above i.
Note
If z is not a valid complex number, #VALUE! is returned.
IMARCTAN
Synopsis
IMARCTAN(z)
Arguments
z: a complex number
Description
IMARCTAN returns the complex arctangent of the complex number z. The branch cuts are on the imaginary axis, below -i and above i.
Note
If z is not a valid complex number, #VALUE! is returned.
IMARCTANH
Synopsis
IMARCTANH(z)
Arguments
z: a complex number
Description
IMARCTANH returns the complex hyperbolic arctangent of the complex number z. The branch cuts are on the real axis, less than -1 and greater than 1.
Note
If z is not a valid complex number, #VALUE! is returned.
IMARGUMENT
Synopsis
IMARGUMENT(z)
Arguments
z: a complex number
Description
The argument theta of a complex number is its angle in radians from the real axis.
Note
If z is not a valid complex number, #VALUE! is returned. If z is 0, 0 is returned. This is different from Excel which returns an error.
IMCONJUGATE
Synopsis
IMCONJUGATE(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
IMCOS
Synopsis
IMCOS(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
IMCOSH
Synopsis
IMCOSH(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMCOT
Synopsis
IMCOT(z)
Arguments
z: a complex number
Description
IMCOT(z) = IMCOS(z)/IMSIN(z).
Note
If z is not a valid complex number, #VALUE! is returned.
IMCOTH
Synopsis
IMCOTH(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMCSC
Synopsis
IMCSC(z)
Arguments
z: a complex number
Description
IMCSC(z) = 1/IMSIN(z).
Note
If z is not a valid complex number, #VALUE! is returned.
IMCSCH
Synopsis
IMCSCH(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMDIV
Synopsis
IMDIV(z1,z2)
Arguments
z1: a complex number
z2: a complex number
Note
If z1 or z2 is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
See also
IMEXP
Synopsis
IMEXP(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
See also
IMLN.
IMFACT
Synopsis
IMFACT(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
See also
IMGAMMA
Synopsis
IMGAMMA(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
See also
IMIGAMMA
Synopsis
IMIGAMMA(a,z,lower,regularize)
Arguments
a: a complex number
z: a complex number
lower: if true (the default), the lower incomplete gamma function, otherwise the upper incomplete gamma function
regularize: if true (the default), the regularized version of the incomplete gamma function
Note
The regularized incomplete gamma function is the unregularized incomplete gamma function divided by GAMMA(a).
IMINV
Synopsis
IMINV(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMLN
Synopsis
IMLN(z)
Arguments
z: a complex number
Description
The result will have an imaginary part between -π and +π.
The natural logarithm is not uniquely defined on complex numbers. You may need to add or subtract an even multiple of π to the imaginary part.
Note
If z is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
IMLOG10
Synopsis
IMLOG10(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
IMLOG2
Synopsis
IMLOG2(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
IMNEG
Synopsis
IMNEG(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMPOWER
Synopsis
IMPOWER(z1,z2)
Arguments
z1: a complex number
z2: a complex number
Note
If z1 or z2 is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
See also
IMPRODUCT
Synopsis
IMPRODUCT(z1,z2,…)
Arguments
z1: a complex number
z2: a complex number
Note
If any of z1, z2,... is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
See also
IMREAL
Synopsis
IMREAL(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
See also
IMSEC
Synopsis
IMSEC(z)
Arguments
z: a complex number
Description
IMSEC(z) = 1/IMCOS(z).
Note
If z is not a valid complex number, #VALUE! is returned.
IMSECH
Synopsis
IMSECH(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMSIN
Synopsis
IMSIN(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
IMSINH
Synopsis
IMSINH(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
IMSQRT
Synopsis
IMSQRT(z)
Arguments
z: a complex number
Note
If z is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
See also
IMSUB
Synopsis
IMSUB(z1,z2)
Arguments
z1: a complex number
z2: a complex number
Note
If z1 or z2 is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.
See also
IMSUM
Synopsis
IMSUM(z1,z2,…)
Arguments
z1: a complex number
z2: a complex number
Note
If any of z1, z2,... is not a valid complex number, #VALUE! is returned.
Microsoft Excel Compatibility
This function is Excel compatible.