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

Implement Teju Jagua decimal string generator for all floating-point types #430

Open
Ravenwater opened this issue Aug 8, 2024 · 0 comments
Assignees

Comments

@Ravenwater
Copy link
Contributor

There is a new decimal string generator algorithm for floating-point types called Teju Jagua developed by @cassioneri

https://github.com/cassioneri/teju_jagua

It would be quite productive if we could create one algorithm to generate scientific format decimal string approximations for all floating-point types in Universal. The conversion algorithms both in and out of the types tend to be the majority of the code for an arithmetic type. Common generator code would be beneficial for providing the same behavior for printing across all types, and reuse key code.

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

1 participant