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

Implemented hypot in numpy #2574

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Implemented hypot in numpy #2574

merged 1 commit into from
Mar 5, 2024

Conversation

Kishan-Ved
Copy link
Contributor

  • In this PR, I have added functionality for hypot() in numpy.
  • This can now be imported using: from numpy import hypot
  • The function has been tested for both 1d and 2d arrays.

Copy link
Contributor

@certik certik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this looks good to me. Thanks!

@certik certik merged commit ae1bcd5 into lcompilers:main Mar 5, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants