This repository has been archived by the owner on May 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
mragab/monetary-java-types
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Don’t use float or double where exact answers are required; for monetary calculations You may use BigDecimal, but when using BigDecimal: - Don’t use BigDecimal(double) constructor - Use the BigDecimal(String) constructor - Or Use the BigDecimal.valueOf(double) factory method
About
Illustrating Java types for monetary calculations
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published