Uses of Class freemarker.core.ArithmeticEngine.ConservativeEngine

Uses in package freemarker.core

Fields of type freemarker.core.ArithmeticEngine.ConservativeEngine

ArithmeticEngine.ConservativeEngine
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.