Skip to content
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

[RFC]: add C implementation for @stdlib/math/base/assert/is-composite #1901

Closed
3 tasks done
performant23 opened this issue Mar 15, 2024 · 1 comment · Fixed by #1918
Closed
3 tasks done

[RFC]: add C implementation for @stdlib/math/base/assert/is-composite #1901

performant23 opened this issue Mar 15, 2024 · 1 comment · Fixed by #1918

Comments

@performant23
Copy link
Contributor

Description

This RFC proposes adding native C implementation for math/base/assert/is-composite:

bool stdlib_base_uint32_is_composite( const double x );

Related Issues

N/A

Questions

No.

Other

No.

Checklist

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.
@performant23
Copy link
Contributor Author

Hello, working on this issue!

Planeshifter added a commit that referenced this issue Mar 17, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant