Complex To Polar

Breaks a complex number into its polar components. The connector pane displays the default data types for this polymorphic function.

r * e^(i*theta) can be a complex number, a cluster of complex numbers, an array of complex numbers, an array of clusters of complex numbers, and so on.
r is of the same data structure as r * e^(i*theta), with scalar representation instead of complex.
theta is of the same data structure as r * e^(i*theta), with scalar representation instead of complex.