To convert the given polar cordinates into the rectangular cordinates
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)]}
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
Guidelines for adding new functions are clearly mentioned in the contributing guidelines.
Screenshots of the output needs to be added along with the PRs for quicker merges.
If any queries, discuss it in the issue thread.