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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Syntax:: italics)
(See also:)
Line 22: Line 22:
  
 
'''[[Documentation/How_Tos/Calc: Complex Number functions|Complex Number functions]]'''
 
'''[[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''']]
  
 
=== 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.

Revision as of 17:46, 11 September 2008


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.

See also:

IMAGINARY, COMPLEX

Complex Number functions

Functions listed alphabetically, Functions listed by category

Issues:

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