-
-
Notifications
You must be signed in to change notification settings - Fork 813
feat: add C implementation for math/base/special/gamma-lanczos-sum
#1834
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
Conversation
...lib/math/base/special/gamma-lanczos-sum/include/stdlib/math/base/special/gamma_lanczos_sum.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/lib/native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/lib/native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/src/main.c
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. Left a comment regarding the implementation. Once the implementation is updated using code generation, this should be on the path to merging.
Signed-off-by: Athan <kgryte@gmail.com>
Thanks for pointing this out @kgryte. I have modified |
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/scripts/evalrational.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/scripts/evalrational.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/src/main.c
Outdated
Show resolved
Hide resolved
PR-URL: #1930 --------- Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
…odd` PR-URL: #1935 Reviewed-by: Pranav Goswami <goswami.4@iitj.ac.in>
PR-URL: #1937 Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Reviewed-by: Planeshifter <1913638+Planeshifter@users.noreply.github.com>
PR-URL: #1919 Closes: #1917 --------- Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com> Signed-off-by: Pranav Goswami <goswami.4@iitj.ac.in> Co-authored-by: Pranav Goswami <goswami.4@iitj.ac.in> Reviewed-by: Pranav Goswami <goswami.4@iitj.ac.in> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
PR-URL: #1909 --------- Signed-off-by: Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com> Signed-off-by: Pranav Goswami <goswami.4@iitj.ac.in> Co-authored-by:Pranav Goswami <goswami.4@iitj.ac.in> Reviewed-by: Pranav Goswami <goswami.4@iitj.ac.in> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
PR-URL: #1918 Closes: #1901 --------- Signed-off-by: Rutam <138517416+performant23@users.noreply.github.com> Signed-off-by: Pranav <85227306+Pranavchiku@users.noreply.github.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com> Co-authored-by: Pranav <85227306+Pranavchiku@users.noreply.github.com> Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Pranav Goswami <goswami.4@iitj.ac.in> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
R linting seems to be broken on CI, see `lint_random_files.yml` workflow run such as the following: https://github.com/stdlib-js/stdlib/actions/runs/8319437589/job/22762740425#step:15:988 This PR updates the installed R version to see if that resolves the issue as all dependencies are correctly installed from CRAN locally when ussing that version.
PR-URL: #1940 Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Reviewed-by: Planeshifter <1913638+Planeshifter@users.noreply.github.com>
PR-URL: #1941 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
PR-URL: #1956 Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Co-authored-by: kgryte <2643044+kgryte@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
PR-URL: #1958 Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Pranav Goswami <goswami.4@iitj.ac.in>
The seed for MT19937 must be a nonzero positive integer, as discussed in the original paper describing the Mersenne Twister PRNG. Closes: #1963
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, @gunjjoshi!
Resolves #1822
Description
This pull request:
math/base/special/gamma-lanczos-sum
.Related Issues
This pull request:
@stdlib/math/base/special/gamma-lanczos-sum
#1822Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers