C→R

Member Of Menu: 
Trig
Complex
Array
Argument Types: 
Complex
Array
Result Type(s): 
Real
Array
Invertible: 
No
Valid In Expression: 
No
Stack Diagram: 
(Real1, Real2) Real1 Real2
Array1 Array2 Array3

This function takes a complex value and returns the individual components of that complex value. It pushes the real component to the stack first followed by the imaginary component.

The operation also works with matrices and vectors. The result is two matrices or vectors with same dimension as the input argument. Array2 is the real components of each value from the input array and Array3 is the imaginary component of the input array. If the input array is real valued, then Array3 is populated with zeroes.