complex.from_polar
Returns a complex number (in the Cartesian form) from the polar coordinates of the complex number.
Args
mag
(F
) - The input fixed point number representing the magnitude.arg
(F
) - The input fixed point number representing the argument.
Returns
The complex number representing the Cartesian form calculated from the input polar coordinates.
Examples
Last updated