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

Fix approximation errors in floating point. #38

Open
prataprc opened this issue May 28, 2017 · 0 comments
Open

Fix approximation errors in floating point. #38

prataprc opened this issue May 28, 2017 · 0 comments
Labels

Comments

@prataprc
Copy link
Member

Floating point computations lead to approximations, leading to round off errors and even functional errors. Example in dblentry/transactions.go:340

if unbc.amount != 0.0 {
    unbcs = append(unbcs, unbc)
}
prataprc added a commit that referenced this issue May 30, 2017
@prataprc prataprc added the bug label Jun 29, 2017
@prataprc prataprc assigned prataprc and unassigned prataprc Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant