-
-
Notifications
You must be signed in to change notification settings - Fork 586
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 <[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).
This reverts commit c52374e.
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]>
This is ready for review now. @Pranavchiku |
Signed-off-by: GUNJ JOSHI <[email protected]>
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 <[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]>
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 <[email protected]> Signed-off-by: GUNJ JOSHI <[email protected]>
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 <[email protected]>
…es/cpp/medium_negative.json` Signed-off-by: GUNJ JOSHI <[email protected]>
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 <[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]>
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