-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
2022 Week 02-04 (from Jan 10)
-
NEW
-
NEW
Executable model generates BigDecimal expressions without using a MathContext as conversely normally done by mvel This implies that an operation like "1/3" is converted into a BigDecimal expression like
new BigDecimal("1").divide(new BigDecimal("3"))
causingĀ this error
java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result.
- is cloned by
-
RHDM-1878 Executable model generates BigDecimal expressions without using a MathContext
- Closed