Owning Palette: Complex Functions
Requires: Base Development System
Converts the rectangular components of a complex number into its polar components.
The connector pane displays the default data types for this polymorphic function.
Add to the block diagram | Find on the palette |
This function converts the rectangular components to polar components using the following equations:
r = sqrt(x² + y²)
theta = arctan2(y,x) radians