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

[feat] implement __builtin_ctz(x) for largeInt #43

Open
ayaankhan98 opened this issue Oct 7, 2020 · 2 comments
Open

[feat] implement __builtin_ctz(x) for largeInt #43

ayaankhan98 opened this issue Oct 7, 2020 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest 2020 testing

Comments

@ayaankhan98
Copy link
Owner

Description

  • This function is used to count the trailing zeros of the given integer. Note : ctz = count trailing zeros.
  • include tests for new implementation
@ayaankhan98 ayaankhan98 added enhancement New feature or request good first issue Good for newcomers testing hacktoberfest hacktoberfest 2020 labels Oct 7, 2020
@ayaankhan98 ayaankhan98 changed the title [feat] implement __builtin_ctz(x) [feat] implement __builtin_ctz(x) for largeInt Oct 7, 2020
@HashirGJ8842
Copy link
Contributor

I would like to work on this issue!

@ayaankhan98
Copy link
Owner Author

@HashirGJ8842 sure go ahead!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest 2020 testing
Projects
None yet
Development

No branches or pull requests

2 participants