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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m (Robot: Automated text replacement %s)
Line 21: Line 21:
 
* [[Documentation/How_Tos/Calc: IMSUM function|IMSUM]]
 
* [[Documentation/How_Tos/Calc: IMSUM function|IMSUM]]
 
* [[Documentation/How_Tos/Calc: IMPRODUCT function|IMPRODUCT]]
 
* [[Documentation/How_Tos/Calc: IMPRODUCT function|IMPRODUCT]]
* [[Documentation/How_Tos/Calc: IMDIV function|IMDIV]]'''
+
* [[Documentation/How_Tos/Calc: IMDIV function|IMDIV]]
  
* [[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 alphabetically|Functions listed alphabetically]]

Revision as of 14:15, 26 February 2009


IMSUB

Returns the difference between 2 complex numbers.

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

Syntax:

IMSUB(complexnum1; complexnum2)

Returns complexnum1 - complexnum2, where complexnum1 and complexnum2 are complex numbers as text, or references to cells containing complex numbers as text.

Example:

IMSUB("7+5i"; "3+2i")

returns 4+3i as text.

IMSUM(A1; A2)

where cell A1 contains the text 3+4i and cell A2 contains 1+2i, returns 2+2i as text.

Template:Documentation/SeeAlso

Issues:

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