Skip to content

feat: add C implementation for math/base/special/besselj0#2774

Merged
Planeshifter merged 6 commits into
stdlib-js:developfrom
gunjjoshi:besselj0
Aug 11, 2024
Merged

feat: add C implementation for math/base/special/besselj0#2774
Planeshifter merged 6 commits into
stdlib-js:developfrom
gunjjoshi:besselj0

Conversation

@gunjjoshi
Copy link
Copy Markdown
Member

Description

What is the purpose of this pull request?

This pull request:

double stdlib_base_j0( const double x )

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added the Math Issue or pull request specific to math functionality. label Aug 11, 2024
Comment thread lib/node_modules/@stdlib/math/base/special/besselj0/test/test.js Outdated
Comment thread lib/node_modules/@stdlib/math/base/special/besselj0/src/main.c
@kgryte kgryte changed the title feat: add C implementation for math/base/special/besselj0 feat!: add C implementation for math/base/special/besselj0 Aug 11, 2024
@kgryte kgryte changed the title feat!: add C implementation for math/base/special/besselj0 feat: add C implementation for math/base/special/besselj0 Aug 11, 2024
Comment thread lib/node_modules/@stdlib/math/base/special/besselj0/src/main.c Outdated
Copy link
Copy Markdown
Member

@Planeshifter Planeshifter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment; overall looks good to me!

Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
@Planeshifter Planeshifter merged commit 779b35c into stdlib-js:develop Aug 11, 2024
gunjjoshi added a commit to gunjjoshi/stdlib that referenced this pull request Aug 21, 2024
PR-URL: stdlib-js#2774
Ref: stdlib-js#649

---------

Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
Reviewed-by: Athan Reines <kgryte@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Math Issue or pull request specific to math functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants