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 math/base/assert/is-oddf #3313

Closed
3 tasks done
aayush0325 opened this issue Dec 2, 2024 · 2 comments
Closed
3 tasks done

[RFC]: add math/base/assert/is-oddf #3313

aayush0325 opened this issue Dec 2, 2024 · 2 comments
Labels
Accepted RFC feature request which has been accepted. C Issue involves or relates to C. difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. JavaScript Issue involves or relates to JavaScript. 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

@aayush0325
Copy link
Contributor

aayush0325 commented Dec 2, 2024

Description

This RFC proposes adding math/base/assert/is-oddf, which would be the single precision equivalent of math/base/assert/is-odd.

bool stdlib_base_is_oddf( const float x )

Related Issues

None.

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:.
@stdlib-bot
Copy link
Contributor

👋 Hi there! 👋

And thank you for opening your first issue! We will get back to you shortly. 🏃 💨

@aayush0325 aayush0325 changed the title [RFC]: add math/base/assert/is_oddf [RFC]: add math/base/assert/is-oddf Dec 2, 2024
@aayush0325
Copy link
Contributor Author

aayush0325 commented Dec 2, 2024

This would help in completing some of the single-precision equivalents for functions in #649 . I can work on it if this issue is accepted by the maintainers.

@kgryte kgryte added RFC Request for comments. Feature requests and proposed changes. difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. Math Issue or pull request specific to math functionality. Accepted RFC feature request which has been accepted. priority: Normal Normal priority concern or feature request. JavaScript Issue involves or relates to JavaScript. C Issue involves or relates to C. labels Dec 3, 2024
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: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. JavaScript Issue involves or relates to JavaScript. 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
Development

Successfully merging a pull request may close this issue.

3 participants