Owning Palette: Complex Functions
Requires: Base Development System
Converts the polar components of a complex number into its rectangular components.
![]() |
![]() |
This function converts the polar components to rectangular components using following equations:
x = r*cos(theta)
y = r*sin(theta)