Manuals/calci/COMPLEX

From ZCubes Wiki
Revision as of 21:31, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">COMPLEX(RN,IN,S)</font></font></font> <font co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

COMPLEX(RN,IN,S)

Where 'RN' is the real coefficient and 'IN' is the imaginary coefficient of the complex number. And 'S is the suffix for the imaginary component of the complex number.


 COMPLEX function converts the real and imaginary coefficients into a complex number.

 
  • COMPLEX returns the error value, when RN and IN are nonnumeric.
  • 'S' should be either 'I' or 'j', otherwise it shows error value.

COMPLEX


 

COMPLEX(RN,IN,S)

=COMPLEX(5,2) is 5+2i

=COMPLEX(5,2,"j") is 5+2j


Syntax

Remarks

Examples

Description

Column1 Column2 Column3 Column4
Row1 5 2 5+2i 5+2j
Row2
Row3
Row4
Row5
Row6