[jira] Resolved: (JEXL-106) When divide two BigDecimal values in an expression it results in java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result.

2011-02-03 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved JEXL-106. --- Resolution: Invalid This is not a JEXL error - the error is generated by the java.math.BigDecimal.divide() method.

[jira] Resolved: (JEXL-106) When divide two BigDecimal values in an expression it results in java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result.

2011-02-03 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-106. Resolution: Fixed Added a MathContext to JexlArithmetic to control big decimal operations. Default