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