Uses of Class
freemarker.core.ArithmeticEngine.ConservativeEngine
-
Packages that use ArithmeticEngine.ConservativeEngine Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
. -
-
Uses of ArithmeticEngine.ConservativeEngine in freemarker.core
Fields in freemarker.core declared as ArithmeticEngine.ConservativeEngine Modifier and Type Field Description static ArithmeticEngine.ConservativeEngine
ArithmeticEngine. CONSERVATIVE_ENGINE
Arithmetic engine that uses (more-or-less) the widening conversions of Java language to determine the type of result of operation, instead of converting everything to BigDecimal up front.
-