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

Rename Decimal64 #227

Closed
maisonobe opened this issue Jan 10, 2023 · 0 comments
Closed

Rename Decimal64 #227

maisonobe opened this issue Jan 10, 2023 · 0 comments
Assignees
Milestone

Comments

@maisonobe
Copy link
Contributor

The name Decimal64 is misleading because:

  • it is not decimal but rather a wrapped primitive double
  • it can be confused with IEEE754-2008 decimal64 encoding

As we may sometime in the future (this is a scratch I want to itch) redesign Dfp to implement IEEE754-2008 decimal formats (probably using the standardized decimal-k larger formats with k multiple of 32), it would be necessary to avoid future name clashes.

@maisonobe maisonobe added this to the 3.0 milestone Jan 10, 2023
@maisonobe maisonobe self-assigned this Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant