Uses of Class
freemarker.core.ArithmeticEngine.BigDecimalEngine
Packages that use ArithmeticEngine.BigDecimalEngine
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template
.-
Uses of ArithmeticEngine.BigDecimalEngine in freemarker.core
Fields in freemarker.core declared as ArithmeticEngine.BigDecimalEngineModifier and TypeFieldDescriptionstatic final ArithmeticEngine.BigDecimalEngine
ArithmeticEngine.BIGDECIMAL_ENGINE
Arithmetic engine that converts all numbers toBigDecimal
and then operates on them, and also keeps the result as aBigDecimal
.