Uses of Class
freemarker.core.ArithmeticEngine.ConservativeEngine

Packages that use ArithmeticEngine.ConservativeEngine
freemarker.core This package contains FreeMarker's core parsing/rendering functionality; most casual users do not need to be aware of the classes in this package, and can restrict their attention to the freemarker.template package. 
 

Uses of ArithmeticEngine.ConservativeEngine in freemarker.core
 

Fields in freemarker.core declared as ArithmeticEngine.ConservativeEngine
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.