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.BigDecimalEngineArithmeticEngine.BIGDECIMAL_ENGINEArithmetic engine that converts all numbers toBigDecimaland then operates on them, and also keeps the result as aBigDecimal.