HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
[팀3] 아이육
[팀3] 아이육
/
🏷️
기술 공유
/
🎎
BigDecimal vs Double
🎎

BigDecimal vs Double

Double vs. BigDecimal?
If you are dealing with calculation, there are laws on how you should calculate and what precision you should use. If you fail that you will be doing something illegal. The only real reason is that the bit representation of decimal cases are not precise. As Basil simply put, an example is the best explanation.
Double vs. BigDecimal?
https://stackoverflow.com/questions/3413448/double-vs-bigdecimal
Double vs. BigDecimal?