Messages of subject
BigDecimal Interpreter |
wilfred
Location : Tricht / Netherlands
Member since : Apr 28, 2004
Messages : 1
|
Apr 28, 2004 at 9:14 AM
Hi,
According to the documentation, there is supposed to be support for BigDecimal calculation, but I haven't been able to locate it in the distribution. Any clues?
Wilfred
|
Manu
Location : Paris / France
Member since : Apr 29, 2003
Messages : 394
|
Apr 29, 2004 at 9:08 PM
If you need to compute BigDecimal values, create a new interpreter class that will implements com.eteks.parser.Interpreter interface. Have a look at the source code of com.eteks.parser.DoubleInterpreter class to help you implement the interpreter methods. --- Manu (moderator/modérateur)
|