-
-
Notifications
You must be signed in to change notification settings - Fork 794
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
Conversation
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).
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
This commit introduces a C implementation for the elliptic integral of the second kind (@stdlib/math/base/special/ellipe).
This reverts commit c52374e.
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
This commit introduces a C implementation for the elliptic integral of the second kind (@stdlib/math/base/special/ellipe).
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
This is ready for review now. @Pranavchiku |
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
lib/node_modules/@stdlib/math/base/special/ellipe/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/ellipe/test/test.native.js
Outdated
Show resolved
Hide resolved
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.
@gunjjoshi Thanks for working on this. We need to fix the indentation in a few files.
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
I have made the changes suggested by you, along with fixing the indentation. |
lib/node_modules/@stdlib/math/base/special/ellipe/examples/c/example.c
Outdated
Show resolved
Hide resolved
…xample.c Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
lib/node_modules/@stdlib/math/base/special/ellipe/test/fixtures/cpp/large_negative.json
Outdated
Show resolved
Hide resolved
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.
Thanks for the updates, @gunjjoshi. Left a few more comments.
…es/cpp/large_negative.json` Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
…es/cpp/medium_negative.json` Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
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.
Okay, this now LGTM. Thanks, @gunjjoshi!
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. |
Closes: stdlib-js#772 PR-URL: stdlib-js#1452 Co-authored-by: Athan Reines <kgryte@gmail.com> Co-authored-by: Pranav Goswami <goswami.4@iitj.ac.in> Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Pranav Goswami <goswami.4@iitj.ac.in> Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com> Signed-off-by: Pranav Goswami <goswami.4@iitj.ac.in>
Resolves #772
Description
Added C implementation for @stdlib/math/base/special/ellipe.
This pull request:
Related Issues
This pull request:
@stdlib/math/base/special/ellipe
#772Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers