Difference between revisions of "Documentation/How Tos/Calc: IMREAL function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:IMREAL function}}
 
+
{{Documentation/CalcFunc ComplexNumberTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_IMPRODUCT_function
 +
|NextPage=Documentation/How_Tos/Calc:_IMSEC_function
 +
}}__NOTOC__
 
== IMREAL ==
 
== IMREAL ==
  
Line 9: Line 13:
 
=== Syntax: ===
 
=== Syntax: ===
 
<tt>'''IMREAL(complexnumber)'''</tt>
 
<tt>'''IMREAL(complexnumber)'''</tt>
: <tt>'''complexnumber'''</tt> is text representing a complex number, for example as <tt>'''a+bi'''</tt> or <tt>'''a+bj'''</tt>, where <tt>'''a'''</tt> is the real part and <tt>'''b'''</tt> the imaginary part.
+
: <tt>'''complexnumber'''</tt> is text representing a complex number, for example as <tt>'''<i>a</i>+<i>bi</i>'''</tt> or <tt>'''<i>a</i>+<i>bj</i>'''</tt>, where <tt>'''<i>a</i>'''</tt> is the real part and <tt>'''<i>b</i>'''</tt> the imaginary part.
  
 
:<tt>'''IMREAL'''</tt> returns the real part as a number.
 
:<tt>'''IMREAL'''</tt> returns the real part as a number.
Line 16: Line 20:
 
<tt>'''IMREAL("4+3i")'''</tt>
 
<tt>'''IMREAL("4+3i")'''</tt>
 
: returns <tt>'''4'''</tt>.
 
: returns <tt>'''4'''</tt>.
 
=== See also: ===
 
'''[[Documentation/How_Tos/Calc: IMAGINARY function|IMAGINARY]]''',
 
'''[[Documentation/How_Tos/Calc: COMPLEX function|COMPLEX]]'''
 
 
'''[[Documentation/How_Tos/Calc: Complex Number functions|Complex Number functions]]'''
 
  
 
=== Issues: ===
 
=== Issues: ===
 
* This function currently appears in the AddIn category of the Function Wizard.
 
* This function currently appears in the AddIn category of the Function Wizard.
 +
 +
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: IMAGINARY function|IMAGINARY]]
 +
* [[Documentation/How_Tos/Calc: COMPLEX function|COMPLEX]]
 +
 +
* [[Documentation/How_Tos/Calc: Complex Number functions|Complex Number functions]]
 +
 +
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Complex Number functions]]

Latest revision as of 12:17, 30 January 2024

IMREAL

Returns the real part of a complex number.

This function is only available if the Analysis AddIn is installed.

Syntax:

IMREAL(complexnumber)

complexnumber is text representing a complex number, for example as a+bi or a+bj, where a is the real part and b the imaginary part.
IMREAL returns the real part as a number.

Example:

IMREAL("4+3i")

returns 4.

Issues:

  • This function currently appears in the AddIn category of the Function Wizard.



See Also
Views
Personal tools
Navigation
Tools