Hi,
I am performing some mathematical operations on the numbers/currency given by the user. I am making use of big decimal's here. However when I try to return the calculated value via my ajax api it gives me a parseerror and thus I converted the bigdecimal to
string and then for some very large values I get 4E1 , 6E+4 etc getting displayed .
Can any one let me know how could I avoild this ? or the best method to calcualte the currencies.
thanks !