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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Documentation/MasterTOC
+
{{Documentation/CalcFunc ComplexNumberTOC
|bookid=1234'''
+
|ShowPrevPage={{{ShowPrevPage}}}
|booktitle=<div style="padding: 8px; font-size: 140%; font-weight: bold; background-color: #9BC0F5;">[[Documentation/Reference/Calc_functions|CALC FUNCTIONS]]</div>
+
|PrevPage={{{PrevPage}}}
 +
|ShowNextPage={{{ShowNextPage}}}
 +
|NextPage={{{NextPage}}}
 +
|bookid=CalcFunctions
 +
|booktitle=<div style="padding:8px; font-size:140%; font-weight:bold; background-color:#9BC0F5;">[[Documentation/Reference/Calc_functions|CALC FUNCTIONS]]</div>
 
|ShowParttitle=block
 
|ShowParttitle=block
|parttitle=[[Documentation/How_Tos/Calc:_Complex_Number_functions|<div  style="font-size: 140%;">Complex Number Functions]]
+
|parttitle=[[Documentation/How_Tos/Calc:_Complex_Number_functions|<div  style="font-size:140%;">Complex Number Functions]]
|ShowNextPage=block
+
|NextPage= Documentation/How_Tos/Calc:_COMPLEX_function
+
|ShowPrevPage=block
+
|PrevPage= Documentation/How_Tos/Calc:_TREND_function
+
 
|ShowPrevPart=block
 
|ShowPrevPart=block
|PrevPart= Documentation/How_Tos/Calc:_Array_functions
+
|PrevPart= Documentation/How_Tos/Calc:_Arrays_functions
 
|ShowNextPart=block
 
|ShowNextPart=block
 
|NextPart= Documentation/How_Tos/Calc:_Database_functions
 
|NextPart= Documentation/How_Tos/Calc:_Database_functions
 
|toccontent= <div style="padding: 4px; font-size: 130%; font-weight: hidden; background-color:#DCE9FC;">FUNCTIONS</div>
 
|toccontent= <div style="padding: 4px; font-size: 130%; font-weight: hidden; background-color:#DCE9FC;">FUNCTIONS</div>
 +
}}__NOTOC__
  
* [[Documentation/How_Tos/Calc:_COMPLEX_function|<div style="font-size: 120%;">Complex]]  
+
[[File:open.jpg]]
* [[Documentation/How_Tos/Calc:_IMABS_function|<div style="font-size: 120%;">Imabs]]
+
== <big>List of Calc Complex Number functions</big> ==
* [[Documentation/How_Tos/Calc:_IMAGINARY_function|<div style="font-size: 120%;">Imaginary]]
+
* [[Documentation/How_Tos/Calc:_IMARGUMENT_function|<div style="font-size: 120%;">Imargument]]
+
* [[Documentation/How_Tos/Calc:_IMCONJUGATE_function|<div style="font-size: 120%;">Imconjugate]]
+
* [[Documentation/How_Tos/Calc:_IMCOS_function|<div style="font-size: 120%;">Imcos]]
+
* [[Documentation/How_Tos/Calc:_IMCOSH_function|<div style="font-size: 120%;">Imcosh]]
+
* [[Documentation/How_Tos/Calc:_IMCSC_function|<div style="font-size: 120%;">Imcsc]]
+
* [[Documentation/How_Tos/Calc:_IMCSCH_function|<div style="font-size: 120%;">Imcsch]]
+
* [[Documentation/How_Tos/Calc:_IMCOT_function|<div style="font-size: 120%;">Imcot]]
+
* [[Documentation/How_Tos/Calc:_IMDIV_function|<div style="font-size: 120%;">Imdiv]]
+
* [[Documentation/How_Tos/Calc:_IMEXP_function|<div style="font-size: 120%;">Imexp]]
+
* [[Documentation/How_Tos/Calc:_IMLN_function|<div style="font-size: 120%;">Imln]]
+
* [[Documentation/How_Tos/Calc:_IMLOG10_function|<div style="font-size: 120%;">Imlog10]]
+
* [[Documentation/How_Tos/Calc:_IMLOG2_function|<div style="font-size: 120%;">Imlog2]]
+
* [[Documentation/How_Tos/Calc:_IMPOWER_function|<div style="font-size: 120%;">Impower]]
+
* [[Documentation/How_Tos/Calc:_IMPRODUCT_function|<div style="font-size: 120%;">Improduct]]
+
* [[Documentation/How_Tos/Calc:_IMREAL_function|<div style="font-size: 120%;">Imreal]]
+
* [[Documentation/How_Tos/Calc:_IMSEC_function|<div style="font-size: 120%;">Imsec]]
+
* [[Documentation/How_Tos/Calc:_IMSECH_function|<div style="font-size: 120%;">Imsech]]
+
* [[Documentation/How_Tos/Calc:_IMSIN_function|<div style="font-size: 120%;">Imsin]]
+
* [[Documentation/How_Tos/Calc:_IMSINH_function|<div style="font-size: 120%;">Imsinh]]
+
* [[Documentation/How_Tos/Calc:_IMSQRT_function|<div style="font-size: 120%;">Imsqrt]]
+
* [[Documentation/How_Tos/Calc:_IMSUB_function|<div style="font-size: 120%;">Imsub]]
+
* [[Documentation/How_Tos/Calc:_IMSUM_function|<div style="font-size: 120%;">Imsum]]
+
* [[Documentation/How_Tos/Calc:_IMTAN_function|<div style="font-size: 120%;">Imtan]]
+
}}
+
 
+
==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 + b</i>i or <i>a + b</i>j. 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.
Line 156: Line 130:
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 
<!-- why on earth is this necessary? -->
 
<!-- why on earth is this necessary? -->
 +
<!-- To make sure the footer is at the very end of the page DiGro 2024-02-02 -->
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]],
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]],
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]

Latest revision as of 09:59, 2 February 2024

Open.jpg

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.




See Also
Views
Personal tools
Navigation
Tools