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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
 
(4 intermediate revisions by 3 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 20: Line 24:
 
* This function currently appears in the AddIn category of the Function Wizard.
 
* This function currently appears in the AddIn category of the Function Wizard.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: IMAGINARY function|IMAGINARY]]
 
* [[Documentation/How_Tos/Calc: IMAGINARY function|IMAGINARY]]
 
* [[Documentation/How_Tos/Calc: COMPLEX function|COMPLEX]]
 
* [[Documentation/How_Tos/Calc: COMPLEX function|COMPLEX]]
Line 28: Line 32:
 
* [[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]]}}
[[Category: Documentation/Reference/Calc]]
+
[[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