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

Divide sobre zero #45

Open
sebasmf96 opened this issue May 31, 2023 · 0 comments
Open

Divide sobre zero #45

sebasmf96 opened this issue May 31, 2023 · 0 comments

Comments

@sebasmf96
Copy link

Por alguna razón en TgToSub.java 105

this.dPorcDescTotal = this.dDescTotal.multiply(BigDecimal.valueOf(100)).divide(this.dTotOpe.add(this.dDescTotal), 2, RoundingMode.HALF_UP);

me esta dividiendo /by zero, no se por que tiene valor 0

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