The BigNumbers Interpreter allows you to evaluate decimal expressions that contain variable references. Instead of having to write the BigDecimal calculations out yourself, you can simply rely on the BigDecimal calculations done by the Interpreter. (There is really no magic here. The Intepreter will simply take the entire expression, and turn it into java.math.BigDecimal calculations.)