Owning Palette: Numeric Functions
Use the Complex functions to create complex numbers from two values given in rectangular or polar and to break a complex number into its rectangular or polar components.
| Palette Object | Description |
|---|---|
| Complex Conjugate | Produces the complex conjugate of x + iy. |
| Complex To Polar | Breaks a complex number into its polar components. |
| Complex To Re/Im | Breaks a complex number into its rectangular components. |
| Polar To Complex | Creates a complex number from two values in polar notation. |
| Polar To Re/Im | Converts the polar components of a complex number into its rectangular components. |
| Re/Im To Complex | Creates a complex number from two values in rectangular notation. |
| Re/Im To Polar | Converts the rectangular components of a complex number into its polar components. |