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]: feat: add C implementation for @stdlib/math/base/assert/int32-is-even #1805

Open
3 tasks done
Shashankss1205 opened this issue Mar 9, 2024 · 5 comments · May be fixed by #2156
Open
3 tasks done

[RFC]: feat: add C implementation for @stdlib/math/base/assert/int32-is-even #1805

Shashankss1205 opened this issue Mar 9, 2024 · 5 comments · May be fixed by #2156
Assignees
Labels
Accepted RFC feature request which has been accepted. C Issue involves or relates to C. difficulty: 2 May require some initial design or R&D, but should be straightforward to resolve and/or implement. Good First Issue A good first issue for new contributors! Math Issue or pull request specific to math functionality. priority: Normal Normal priority concern or feature request. RFC Request for comments. Feature requests and proposed changes.

Comments

@Shashankss1205
Copy link
Contributor

Description

Description

This RFC proposes adding native C implementation for @stdlib/math/base/assert/int32-is-even.

double stdlib_base_int32_is_even( int32_t x );

Related Issues

Related Issues

Related issues #1433, #1449.

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:.
@Shashankss1205 Shashankss1205 changed the title [RFC]: feat: add C implementation for @stdlib/math/base/assert/is-nonnegative-integer [RFC]: feat: add C implementation for @stdlib/math/base/assert/int32-is-even Mar 9, 2024
@Shashankss1205
Copy link
Contributor Author

Please Assign this issue to me @kgryte , @Planeshifter , I have code nearly ready for this.

@kgryte
Copy link
Member

kgryte commented Mar 9, 2024

@Shashankss1205 Assigned.

@Rejoan-Sardar
Copy link
Contributor

working on it.

@kgryte
Copy link
Member

kgryte commented Mar 17, 2024

@Rejoan-Sardar Please don't work on issues which have already been assigned. This helps ensure we don't duplicate work and also ensures that other folks have the opportunity to contribute.

@kgryte kgryte added RFC Request for comments. Feature requests and proposed changes. Math Issue or pull request specific to math functionality. Accepted RFC feature request which has been accepted. Good First Issue A good first issue for new contributors! priority: Normal Normal priority concern or feature request. C Issue involves or relates to C. difficulty: 2 May require some initial design or R&D, but should be straightforward to resolve and/or implement. labels Mar 17, 2024
@Rejoan-Sardar
Copy link
Contributor

@kgryte Got it, thank you for clarifying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted RFC feature request which has been accepted. C Issue involves or relates to C. difficulty: 2 May require some initial design or R&D, but should be straightforward to resolve and/or implement. Good First Issue A good first issue for new contributors! Math Issue or pull request specific to math functionality. priority: Normal Normal priority concern or feature request. RFC Request for comments. Feature requests and proposed changes.
Projects
None yet
3 participants