-
-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add C implementation for math/base/special/spence
#2298
Conversation
While implementing this, a bit higher tolerance was required in the tests. I checked the implementation with that of |
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.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.
Looks good to me, will merge after CI checks have passed (updated @returns
to @return
in C function documentation.)
lib/node_modules/@stdlib/math/base/special/spence/lib/native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@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.
Overall, this is good; however, we should investigate the test tolerance discrepancy before merging.
This PR also supersedes #968. Thus, once this PR is merged, the other PR should be closed. |
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.
LGTM. Thanks for working on this @gunjjoshi. I'll merge once CI passes.
PR-URL: stdlib-js#2298 Closes: stdlib-js#894 Closes: stdlib-js#968 Ref: stdlib-js#649 Co-authored-by: Athan Reines <kgryte@gmail.com> Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Athan Reines <kgryte@gmail.com>
Resolves #894.
Description
This pull request:
math/base/special/spence
.Related Issues
This pull request:
@stdlib/math/base/special/spence
#894Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers