pccoeacm / all-calc

A calculator to calculate anything you can think of!
MIT License
1 stars 38 forks source link

polar_to_rectangular Function #81

Open UnnatiBhalekar opened 4 years ago

UnnatiBhalekar commented 4 years ago

Todo

Example

Enter a >>5
Enter b >>6 Polar Coordinates: (7.810249675906654, 0.8760580505981934) Polar to rectangular: (-2+2.4492935982947064e-16j) {'inputs': [5.0, 6.0], 'outputs': [(-2+2.4492935982947064e-16j)]}

Important

UnnatiBhalekar commented 4 years ago

Can I work on this?