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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:IMSUB function}}
 
+
{{Documentation/CalcFunc ComplexNumberTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_IMSQRT_function
 +
|NextPage=Documentation/How_Tos/Calc:_IMSUM_function
 +
}}__NOTOC__
 
== IMSUB ==
 
== IMSUB ==
  
Line 15: Line 19:
 
: returns <tt>'''4+3i'''</tt> as text.
 
: returns <tt>'''4+3i'''</tt> as text.
  
<tt>'''IMSUM(A1; A2)'''</tt>
+
<tt>'''IMSUB(A1; A2)'''</tt>
 
: where cell A1 contains the text <tt>'''3+4i'''</tt> and cell A2 contains <tt>'''1+2i'''</tt>, returns <tt>'''2+2i'''</tt> as text.
 
: where cell A1 contains the text <tt>'''3+4i'''</tt> and cell A2 contains <tt>'''1+2i'''</tt>, returns <tt>'''2+2i'''</tt> as text.
  
Line 21: Line 25:
 
* 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: IMSUM function|IMSUM]]
 
* [[Documentation/How_Tos/Calc: IMSUM function|IMSUM]]
 
* [[Documentation/How_Tos/Calc: IMPRODUCT function|IMPRODUCT]]
 
* [[Documentation/How_Tos/Calc: IMPRODUCT function|IMPRODUCT]]
Line 30: Line 34:
 
* [[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/Complex Number functions]]

Latest revision as of 12:32, 30 January 2024

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.

IMSUB(A1; A2)

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

Issues:

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



See Also
Views
Personal tools
Navigation
Tools