Package | Description |
---|---|
freemarker.core |
This package contains FreeMarker's core parsing/rendering functionality;
most casual users do not need to be aware of the classes in this package,
and can restrict their attention to the
freemarker.template
package. |
Modifier and Type | Field and Description |
---|---|
static ArithmeticEngine.BigDecimalEngine |
ArithmeticEngine.BIGDECIMAL_ENGINE
Arithmetic engine that converts all numbers to
BigDecimal and
then operates on them. |