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

Please make trailing_zeros public #58

Closed
dignifiedquire opened this issue Jul 17, 2018 · 3 comments
Closed

Please make trailing_zeros public #58

dignifiedquire opened this issue Jul 17, 2018 · 3 comments

Comments

@dignifiedquire
Copy link
Contributor

I am working on some code that needs access to this information, and currently have no (performant) way of accessing it, as it relies on the internal data field which is not accessible either

@akubera
Copy link

akubera commented Jul 19, 2018

I'd like to second this suggestion. In implementing bigdecimal, I think counting trailing zeros could lead to some nice optimizations (an optimized method for counting all digits would be nice, too).

@tafia
Copy link

tafia commented Aug 29, 2019

I would like having this public too!

@cuviper
Copy link
Member

cuviper commented Mar 3, 2020

This was included in #62, heading for version 0.3 (#128).

@cuviper cuviper closed this as completed Mar 3, 2020
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

No branches or pull requests

4 participants