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

Wondering if anyone has a generic_decimal_to_binary implementation? #213

Open
keith-packard opened this issue Dec 21, 2022 · 2 comments
Open

Comments

@keith-packard
Copy link

I'm looking to support decimal to 80-bit and 128-bit binary so I can finish long double support in picolibc scanf. Before I attempt this myself, I'm wondering if I overlooked an existing implementation here? All I could find is the printf direction converting binary to decimals.

@ulfjack
Copy link
Owner

ulfjack commented Dec 22, 2022

Hi Keith! I'm afraid I don't have an implementation yet. I know how to do it, but not enough time these days.

@keith-packard
Copy link
Author

Thanks for letting me know; maybe I'll find time to play with it someday :-)

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

2 participants