Calc Guide
Syntax Description
IMCOS(complex_number)
Returns the cosine of a complex_number.
The complex number is entered in the form
"x + yi" or "x + yj"
IMDIV(numerator;
denominator)
Returns the division of two complex
numbers. Numerator, Denominator are
entered in the form "x + yi" or "x + yj"
IMEXP(complex_number) Returns the power of e (the Eulerian
number) and the complex number. The
complex_number is entered in the form "x
+ yi" or "x + yj"
IMLN(complex_number) Returns the natural logarithm of a
complex_number. The complex_number is
entered in the form "x + yi" or "x + yj”
IMLOG10(complex
_number)
Returns the common logarithm of a
complex_number. The complex number is
entered in the form "x + yi" or "x + yj"
IMLOG2(complex _number) Returns the binary logarithm of a
complex_number. The complex number is
entered in the form "x + yi" or "x + yj"
IMPOWER(complex
_number; number)
Returns the integer power of a
complex_number. The complex number is
entered in the form "x + yi" or "x + yj".
Number is the exponent.
IMPRODUCT(complex
_number;
complex_number_1; ...)
Returns the product of up to 29
complex_numbers. The complex numbers
are entered in the form "x + yi" or "x + yj"
IMREAL(complex _number) Returns the real coefficient of a
complex_number. The complex number is
entered in the form "x + yi" or "x + yj"
IMSIN(complex_number)
Returns the sine of a complex_number. The
complex number is entered in the form "x +
yi" or "x + yj"
IMSQRT(complex_number) Returns the square root of a
complex_number. The complex numbers
are entered in the form "x + yi" or "x + yj"
IMSUB(complex_number_1;
complex_number_2)
Returns the subtraction of two
complex_numbers. The complex_numbers
are entered in the form "x + yi" or "x + yj"
IMSUM(complex_number;
complex_number_1; ...)
Returns the sum of up to 29 complex
numbers. The complex_numbers are
482 OpenOffice.org 3.x Calc Guide