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

feat: add C implementation for math/base/special/ellipe #1452

Merged
merged 50 commits into from
Mar 6, 2024
Merged

feat: add C implementation for math/base/special/ellipe #1452

merged 50 commits into from
Mar 6, 2024

Conversation

gunjjoshi
Copy link
Member

@gunjjoshi gunjjoshi commented Mar 2, 2024

Resolves #772

Description

Added C implementation for @stdlib/math/base/special/ellipe.

What is the purpose of this pull request?

This pull request:

  • adds c implementation for @stdlib/math/base/special/ellipe

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

This commit introduces a C implementation for the elliptic integral of the second kind (@stdlib/math/base/special/ellipe).
This commit introduces a C implementation for the elliptic integral of the second kind (@stdlib/math/base/special/ellipe).
@Planeshifter Planeshifter changed the title feat : add C implementation for @stdlib/math/base/special/ellipe feat: add C implementation for @stdlib/math/base/special/ellipe Mar 3, 2024
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
This commit introduces a C implementation for the elliptic integral of the second kind (@stdlib/math/base/special/ellipe).
Signed-off-by: GUNJ JOSHI <[email protected]>
This commit introduces a C implementation for the elliptic integral of the second kind (@stdlib/math/base/special/ellipe).
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
@gunjjoshi gunjjoshi marked this pull request as draft March 3, 2024 06:38
@gunjjoshi gunjjoshi marked this pull request as ready for review March 3, 2024 06:51
@gunjjoshi
Copy link
Member Author

This is ready for review now. @Pranavchiku

Signed-off-by: GUNJ JOSHI <[email protected]>
@Pranavchiku Pranavchiku added the Ready To Merge A pull request which is ready to be merged. label Mar 4, 2024
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

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

@gunjjoshi Thanks for working on this. We need to fix the indentation in a few files.

@kgryte kgryte added Needs Changes Pull request which needs changes before being merged. and removed Ready To Merge A pull request which is ready to be merged. labels Mar 4, 2024
@gunjjoshi
Copy link
Member Author

@gunjjoshi Thanks for working on this. We need to fix the indentation in a few files.

I have made the changes suggested by you, along with fixing the indentation.

@kgryte kgryte added the Needs Review A pull request which needs code review. label Mar 5, 2024
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

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

Thanks for the updates, @gunjjoshi. Left a few more comments.

@kgryte kgryte removed the Needs Review A pull request which needs code review. label Mar 6, 2024
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

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

Okay, this now LGTM. Thanks, @gunjjoshi!

@kgryte kgryte removed the Needs Changes Pull request which needs changes before being merged. label Mar 6, 2024
@kgryte kgryte merged commit 23f2db6 into stdlib-js:develop Mar 6, 2024
7 checks passed
kgryte added a commit that referenced this pull request Mar 6, 2024
@kgryte
Copy link
Member

kgryte commented Mar 6, 2024

Just an FYI: I had to push a patch due to bugs introduced in this PR: 89da7ae

For future PRs, be very careful about copying and pasting.

@gunjjoshi
Copy link
Member Author

Just an FYI: I had to push a patch due to bugs introduced in this PR: 89da7ae

For future PRs, be very careful about copying and pasting.

Definitely I'll keep that in mind. Apologies for this one. Thanks for correcting this.

utkrs01 pushed a commit to utkrs01/stdlib that referenced this pull request Mar 7, 2024
Closes: stdlib-js#772
PR-URL: 	stdlib-js#1452
Co-authored-by: Athan Reines <[email protected]>
Co-authored-by: Pranav Goswami <[email protected]>
Reviewed-by: Athan Reines <[email protected]>
Reviewed-by: Pranav Goswami <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: Pranav Goswami <[email protected]>
utkrs01 pushed a commit to utkrs01/stdlib that referenced this pull request Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C Issue involves or relates to C. Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]: Add C implementation for @stdlib/math/base/special/ellipe
3 participants