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