-
-
Notifications
You must be signed in to change notification settings - Fork 813
feat: add C implementation for math/base/special/gamma-lanczos-sum-expg-scaled
#1836
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/gamma-lanczos-sum-expg-scaled
#1836
Conversation
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]>
} else { | ||
ax = x; | ||
} | ||
if ( ax <= 1.0 ) { |
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.
Same comment as in #1834 (comment)
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.
If the issue is L58, we should update evalrational-compile-c
to handle infinities.
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 these suggestions. Once we are done with the PR for gamma-lanczos-sum
, then I will make changes according to that here, so that things aren't repetitive.
Closes: #860 PR-URL: #1833 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Snehil Shah <[email protected]> Signed-off-by: Athan Reines <[email protected]>
PR-URL: #1788 Closes: #41 --------- Signed-off-by: Sai Srikar Dumpeti <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1754 Closes: #1642 --------- Signed-off-by: Philipp Burckhardt <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1717 --------- Signed-off-by: Pranav <[email protected]> Signed-off-by: Athan Reines <[email protected]> Co-authored-by: Pranav <[email protected]> Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Pranav <[email protected]> Reviewed-by: Athan Reines <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1774 Closes: #1637 --------- Signed-off-by: Philipp Burckhardt <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1837 Signed-off-by: stdlib-bot <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1838 Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1841 Closes: #649 --------- Signed-off-by: GUNJ JOSHI <[email protected]> Signed-off-by: Pranav <[email protected]> Co-authored-by: Pranav <[email protected]> Reviewed-by: Pranav <[email protected]>
PR-URL: #1840 Closes: #1420 --------- Signed-off-by: Rejoan Sardar <[email protected]> Signed-off-by: Pranav <[email protected]> Co-authored-by: Pranav <[email protected]> Reviewed-by: Pranav <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1827 Closes: #1815 --------- Signed-off-by: Rutam <[email protected]> Signed-off-by: Pranav <[email protected]> Co-authored-by: Pranav <[email protected]> Reviewed-by: Pranav <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1786 Closes: #39 --------- Signed-off-by: Sai Srikar Dumpeti <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]> Co-authored-by: stdlib-bot <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1785 Closes: #43 --------- Signed-off-by: Sai Srikar Dumpeti <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1789 Closes: #42 --------- Signed-off-by: Sai Srikar Dumpeti <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1787 Closes: #38 --------- Signed-off-by: Sai Srikar Dumpeti <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]> Co-authored-by: stdlib-bot <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1843 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: stdlib-bot <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]>
PR-URL: #1834 Closes: #1822 Ref: #649 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
…ventions PR-URL: #1864 Closes: #1516 Ref: #1152 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
PR-URL: #1972 Signed-off-by: stdlib-bot <[email protected]> Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1945 Closes: #1519 --------- Signed-off-by: Bryan Elee <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
…onventions PR-URL: #1929 Closes: #1520 --------- Signed-off-by: Pranav <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]> Co-authored-by: Pranav <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Pranav Goswami <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: #1974 Signed-off-by: stdlib-bot <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
…ntions PR-URL: #1954 Closes: #1464 Ref: #1152 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Athan Reines <[email protected]>
…nventions PR-URL: #1850 Closes: #1510 Ref: #1152 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]> Signed-off-by: Athan Reines <[email protected]>
PR-URL: #1975 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
PR-URL: #1973 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
…ntions PR-URL: #1824 Closes: #1509 Ref: #1152 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Athan Reines <[email protected]>
PR-URL: #1976 Ref: #1953 Reviewed-by: Athan Reines <[email protected]>
PR-URL: #1977 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
This reverts commit dbfeea7.
I will be opening a new pull request for this one, everything is getting mixed up here. Closing this for now. |
Resolves #1835
Description
This pull request:
math/base/special/gamma-lanczos-sum-expg-scaled
.Related Issues
This pull request:
@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled
#1835Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers