Re: [Jexl] Problem using BigDecimal divide and compare

2011-05-26 Thread Narendran MC
Thanks Henri. Sorry couldn't reply earlier. I was on a vacation. Will take a look at this today. On Thu, May 26, 2011 at 7:43 AM, henrib hen...@apache.org wrote: Also published a new 2.0.2 snapshot in:

Re: [Jexl] Problem using BigDecimal divide and compare

2011-05-13 Thread Narendran MC
Thanks Henri. My understanding of MathContext is it allows you to specify the significant digits. Here is a related thread -- http://stackoverflow.com/questions/2529526/bigdecimal-division-mathcontext-very-strange-behaviour So if that understanding is correct, providing a comparison MathContext

[Jexl] Problem using BigDecimal divide and compare

2011-05-09 Thread Narendran MC
*** Re-sending it ** Hello Jexl Users, First, thanks for developing this, its very useful and simple to use. I was planning to use it for one of my projects, but I am running into few issues. I am using the latest build (2.0.2-Snapshot) - the version in which JexlArithmetic takes

[jexl] Problem with the JexlArithmetic - divide and equals

2011-05-08 Thread Narendran MC
Hello Jexl Users, First, thanks for developing this, its very useful and simple to use. I was planning to use it for one of my projects, but I am running into few issues. I am using the latest build (2.0.2-Snapshot) - the version in which JexlArithmetic takes MathContext to solve the divide