That-One-Nerd / Graphing

A fairly adept graphing calculator made in Windows Forms.
3 stars 0 forks source link

Add the ability to graph polar coordinates. #34

Open That-One-Nerd opened 7 months ago

That-One-Nerd commented 7 months ago

Swap all xs with r * cos(theta) and all ys with r * sin(theta) to convert from regular. Solve for r? Is this doable?