eval abstract method
Implementation for this function.
parameters
- Parameters will be passed by the expression evaluator as a
{@link List} of {@link BigDecimal} values.
Returns the function must return a new {@link BigDecimal} value as a
computing result.
Implementation
Decimal eval(List<Decimal?> parameters);