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

Signed Decimals #1711

Closed
webmaster128 opened this issue Jun 5, 2023 · 2 comments · Fixed by #1807
Closed

Signed Decimals #1711

webmaster128 opened this issue Jun 5, 2023 · 2 comments · Fixed by #1807
Milestone

Comments

@webmaster128
Copy link
Member

Requires #1710

@webmaster128 webmaster128 mentioned this issue Jun 5, 2023
11 tasks
@ewoolsey
Copy link

ewoolsey commented Jun 5, 2023

Out of curiosity has there been any progress on this enhancement since I posted there in January?

@webmaster128
Copy link
Member Author

Development wise, nope. But I got confirmation from at least 2 collegues now that we don't want signed integers that are based on an Positive/Negative enum or a struct with a signed field as many users suggested before. Instead we'll go for traditional integers based on two's complement (#1710) that do not use more than 128bit/256bit/512bit in memory. Once we have Int128 and Int256 we can make a signed Decimal and Decimal256.

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

Successfully merging a pull request may close this issue.

2 participants