-
Notifications
You must be signed in to change notification settings - Fork 168
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
Media RSS price tag uses Double for the price amount #372
Labels
Milestone
Comments
PatrickGotthard
added a commit
that referenced
this issue
Dec 29, 2021
PatrickGotthard
added a commit
that referenced
this issue
Dec 29, 2021
antoniosanct
pushed a commit
to antoniosanct/rome
that referenced
this issue
Feb 15, 2023
antoniosanct
pushed a commit
to antoniosanct/rome
that referenced
this issue
Feb 16, 2023
antoniosanct
pushed a commit
to antoniosanct/rome
that referenced
this issue
Feb 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using double type for monetary values can cause rounding error in arithmetic operations, hence a more suitable type is recommended, such an integer, long or java.math.BigDecimal.
The text was updated successfully, but these errors were encountered: