Class ArithmeticEngine.BigDecimalEngine

  • Enclosing class:
    ArithmeticEngine

    public static class ArithmeticEngine.BigDecimalEngine
    extends ArithmeticEngine
    This is the default arithmetic engine in FreeMarker. It converts every number it receives into BigDecimal, then operates on these converted BigDecimals.