Difference between revisions of "Documentation/How Tos/Calc: Complex Number functions"

From Apache OpenOffice Wiki
Jump to: navigation, search
(List of Calc Complex Number functions: Add syntax remark on complex numbers)
(List of Calc Complex Number functions: prepare for new upcoming functions)
Line 1: Line 1:
 
==List of Calc Complex Number functions==
 
==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 <i>a + bi</i> or <i>a + bj</i>. The following functions create or manipulate that text.
+
Complex numbers are a mathematical concept, and have a real and an imaginary part. In Calc, they are represented by text, for example as <i>a + b</i>i or <i>a + b</i>j. The following functions create or manipulate that text.
  
 
The representation of the numbers in the text can have up to 15 significant digits. Scientific style is automatically used if needed. The decimal delimiter is always a dot, local style of numbers is not possible inside the text. The text may not contain any blanks.
 
The representation of the numbers in the text can have up to 15 significant digits. Scientific style is automatically used if needed. The decimal delimiter is always a dot, local style of numbers is not possible inside the text. The text may not contain any blanks.
Line 8: Line 8:
 
|-valign="top"
 
|-valign="top"
 
|[[Documentation/How_Tos/Calc: COMPLEX function|'''COMPLEX''']]
 
|[[Documentation/How_Tos/Calc: COMPLEX function|'''COMPLEX''']]
|Returns a complex number, given real and imaginary parts.
+
|Returns a complex number, given real and imaginary parts as numbers.
  
 
|-valign="top"
 
|-valign="top"
Line 29: Line 29:
 
|[[Documentation/How_Tos/Calc: IMCOS function|'''IMCOS''']]
 
|[[Documentation/How_Tos/Calc: IMCOS function|'''IMCOS''']]
 
|Returns the cosine of a complex number.
 
|Returns the cosine of a complex number.
 +
 +
|-valign="top"
 +
|[[Documentation/How_Tos/Calc: IMCOSH function|'''IMCOSH''']]
 +
|Returns the hyperbolic cosine of a complex number.
 +
 +
|-valign="top"
 +
|[[Documentation/How_Tos/Calc: IMCSC function|'''IMCSC''']]
 +
|Returns the cosecant of a complex number.
 +
 +
|-valign="top"
 +
|[[Documentation/How_Tos/Calc: IMCSCH function|'''IMCSCH''']]
 +
|Returns the hyperbolic cosecant of a complex number.
 +
 +
|-valign="top"
 +
|[[Documentation/How_Tos/Calc: IMCOT function|'''IMCOT''']]
 +
|Returns the cotangent of a complex number.
  
 
|-valign="top"
 
|-valign="top"
Line 61: Line 77:
 
|[[Documentation/How_Tos/Calc: IMREAL function|'''IMREAL''']]
 
|[[Documentation/How_Tos/Calc: IMREAL function|'''IMREAL''']]
 
|Returns the real part of a complex number.
 
|Returns the real part of a complex number.
 +
 +
|-valign="top"
 +
|[[Documentation/How_Tos/Calc: IMSEC function|'''IMSEC''']]
 +
|Returns the secant of a complex number.
 +
 +
|-valign="top"
 +
|[[Documentation/How_Tos/Calc: IMSECH function|'''IMSECH''']]
 +
|Returns the hyperbolic secant of a complex number.
  
 
|-valign="top"
 
|-valign="top"
 
|[[Documentation/How_Tos/Calc: IMSIN function|'''IMSIN''']]
 
|[[Documentation/How_Tos/Calc: IMSIN function|'''IMSIN''']]
 
|Return the sine of a complex number.
 
|Return the sine of a complex number.
 +
 +
|-valign="top"
 +
|[[Documentation/How_Tos/Calc: IMSINH function|'''IMSINH''']]
 +
|Returns the hyperbolic sine of a complex number.
  
 
|-valign="top"
 
|-valign="top"
Line 76: Line 104:
 
|-valign="top"
 
|-valign="top"
 
|[[Documentation/How_Tos/Calc: IMSUM function|'''IMSUM''']]
 
|[[Documentation/How_Tos/Calc: IMSUM function|'''IMSUM''']]
||Returns the sum of complex numbers.
+
|Returns the sum of complex numbers.
 +
 
 +
|-valign="top"
 +
|[[Documentation/How_Tos/Calc: IMTAN function|'''IMTAN''']]
 +
||Returns the tangent of a complex number.  
  
 
|}
 
|}

Revision as of 21:49, 31 May 2012

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.

The representation of the numbers in the text can have up to 15 significant digits. Scientific style is automatically used if needed. The decimal delimiter is always a dot, local style of numbers is not possible inside the text. The text may not contain any blanks.

COMPLEX Returns a complex number, given real and imaginary parts as numbers.
IMABS Returns the absolute value of a complex number.
IMAGINARY Returns the imaginary part of a complex number.
IMARGUMENT Returns the argument of a complex number.
IMCONJUGATE Returns the complex conjugate of a complex number.
IMCOS Returns the cosine of a complex number.
IMCOSH Returns the hyperbolic cosine of a complex number.
IMCSC Returns the cosecant of a complex number.
IMCSCH Returns the hyperbolic cosecant of a complex number.
IMCOT Returns the cotangent of a complex number.
IMDIV Returns the result of dividing one complex number by another.
IMEXP Returns e to the power of a complex number.
IMLN Returns the natural logarithm of a complex number.
IMLOG10 Returns the base-10 logarithm of a complex number.
IMLOG2 Returns the base-2 logarithm of a complex number.
IMPOWER Returns a complex number raised to a power.
IMPRODUCT Returns the product of complex numbers.
IMREAL Returns the real part of a complex number.
IMSEC Returns the secant of a complex number.
IMSECH Returns the hyperbolic secant of a complex number.
IMSIN Return the sine of a complex number.
IMSINH Returns the hyperbolic 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.
IMTAN Returns the tangent of a complex number.


Template:Documentation/SeeAlso

Personal tools