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

Exact posit decimal string #360

Open
davidmallasen opened this issue Sep 18, 2023 · 2 comments
Open

Exact posit decimal string #360

davidmallasen opened this issue Sep 18, 2023 · 2 comments

Comments

@davidmallasen
Copy link
Contributor

Hello,
Is there any implementation obtaining the exact value of a large posit without interfacing with long double?
That's what I've seen that is done in this to_string function:
https://github.com/stillwater-sc/universal/blob/e6ef6d76d2012c0261c6b480a37b78b30470d419/include/universal/number/posit/posit_impl.hpp#L1735C22-L1735C22
Thanks!
David

@ghost
Copy link

ghost commented Sep 18, 2023

That is still a work in progress. We are trying to do this once for all floating-point types but it is still WIP.

@davidmallasen
Copy link
Contributor Author

Thank you for the info @theo-lemurian. Good to know that it is on the roadmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants