Skip to content
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

Open
tejasborde opened this issue Oct 4, 2020 · 4 comments · May be fixed by #76
Open

Cartesian to polar coordinates Function #75

tejasborde opened this issue Oct 4, 2020 · 4 comments · May be fixed by #76
Labels
enhancement New feature or request

Comments

@tejasborde
Copy link

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

x=5
y=10
solution :
r= 11.180339887498949
Angle= 63.43494882292201

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.

@tejasborde tejasborde added the enhancement New feature or request label Oct 4, 2020
@tejasborde
Copy link
Author

@tejasmorkar @SuyashSonawane Can you please assign this task to me....

@tejasborde tejasborde linked a pull request Oct 4, 2020 that will close this issue
@tejasborde
Copy link
Author

#76
@SuyashSonawane and @tejasmorkar can u please review this ...

@tejasmorkar
Copy link
Contributor

#76
@SuyashSonawane and @tejasmorkar can u please review this ...

Do not work on issues or create PRs unless you're assigned to it.

@tejasmorkar tejasmorkar linked a pull request Oct 7, 2020 that will close this issue
@tejasborde tejasborde removed their assignment Oct 9, 2020
@tejasborde
Copy link
Author

@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
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants