List advantages and disadvantages of polar circle drawing method.
Advantages: Easy to compute. Creates a circle with uniformly distributed points on circle boundary. Disadvantages : Computationally expensive. sin and cos trigonometric series is expanded for each pair of coordinates. Two round operations are performed per pixel. Pseudocode is shown to generate a circle using polar representation.