반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Spring Error
- codepipeline
- aws
- node
- Kafka
- 도커
- aws cicd
- Flux
- docker
- SQL
- kubeflow
- AWS CI/CD 구축하기
- chartjs
- IntelliJ
- codebuild
- JavaScript
- Jenkins
- or some instances in your deployment group are experiencing problems.
- PostgreSQL
- codedeploy
- chart.js
- Python
- VPN
- redis
- java bigdecimal
- codedeploy error
- Spring
- bootstrap
- COALESCE
- Airflow
Archives
- Today
- Total
목록Non-terminating decimal expansion; no exact representable decimal result. (1)
Small Asteroid Blog
[java] BigDecimal error : Non-terminating decimal expansion; no exact representable decimal result.
java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result 아무리 BigDecimal이라고 해도 제한없는 숫자를 다룰 수는 없는 것이다. divide시 자리수와 결과셋을 지정해줘야 한다. bigDecimal.divide(bd, 2, BigDecimal.ROUND_CEILING);
백엔드/Spring
2022. 5. 15. 15:09