-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Term Entry] Python:NumPy Math Methods: .arctan() #5653
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Sriparno08,
The entry is nicely written. Thank you for contributing to Codecademy Docs! I have suggested a few changes please make them so I can merge this PR.
Thanks,
Savi
- 'paths/computer-science' | ||
--- | ||
|
||
In NumPy, the **`.arctan()`** method calculates the inverse tangent of the elements in an [array](https://www.codecademy.com/resources/docs/numpy/ndarray). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In NumPy, the **`.arctan()`** method calculates the inverse tangent of the elements in an [array](https://www.codecademy.com/resources/docs/numpy/ndarray). | |
In NumPy, the **`.arctan()`** method calculates the inverse tangent of the elements in an [array](https://www.codecademy.com/resources/docs/numpy/ndarray). |
Please extend this introduction.
Co-authored-by: Savi Dahegaonkar <[email protected]>
Made the suggested changes, @SaviDahegaonkar. |
Description
Added a new term entry on the
.arctan()
method in NumPy.Issue Solved
Closes #4719
Type of Change
Checklist
main
branch.Issues Solved
section.