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

Floating point exception #57

Closed
hpfn-d opened this issue Mar 1, 2019 · 2 comments
Closed

Floating point exception #57

hpfn-d opened this issue Mar 1, 2019 · 2 comments

Comments

@hpfn-d
Copy link

hpfn-d commented Mar 1, 2019

There is a 'Floating point exception' happening in reproducible-builds armhf.

I built (2x) the Debian package on two chroot envs - amd64 and armhf - with Decimal
instead of 'float'. Tests pass but I can not guarantee it is a simple word change
float -> Decimal as I did.

@dcantrell
Copy link
Owner

dcantrell commented Apr 22, 2019

Seems reasonable. I generally have better luck with Decimal() than float() anyway. Patch pushed.

dcantrell added a commit that referenced this issue Apr 22, 2019
Floating point issues reported on x86_64 and armhf in the Debian world.
Use Decimal rather than float in the code.
@hpfn-d
Copy link
Author

hpfn-d commented Apr 24, 2019 via email

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

2 participants