-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cartesian to polar coordinates Function #75
Labels
enhancement
New feature or request
Comments
@tejasmorkar @SuyashSonawane Can you please assign this task to me.... |
#76 |
Do not work on issues or create PRs unless you're assigned to it. |
@tejasmorkar please assign me this again ..I mistakenly clicked unassigned me option . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Todo
Create a file for the Cartesian to polar coordinates calculator function
Function will accept two inputs from user "x-coordinate" and "y-coordinate" and it will convert the cartesian coordinates into
polar cordinates. "r" and "Angle" will be the outputs which are the polar coordinates.
Example
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.
The text was updated successfully, but these errors were encountered: