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

dec: cannot cast decimal values with exponent > 0 into primitive ints #49

Open
sploiselle opened this issue Jun 29, 2021 · 0 comments
Open
Assignees

Comments

@sploiselle
Copy link
Contributor

The decimal implementation of casting values into primitive integers requires the exponent to be exactly zero. However, it could be more permissive (and useful) and require that the exponent is simply greater than zero, and do some bookkeeping at the end to multiply the result by the appropriate power.

@sploiselle sploiselle self-assigned this Jun 29, 2021
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

1 participant