Class BigDecimalMathFunctions


  • public class BigDecimalMathFunctions
    extends java.lang.Object
    Collects all the functions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.util.Map.Entry<java.lang.String,​com.ezylang.evalex.functions.FunctionIfc>[] ALL_FUNCTIONS  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map.Entry<java.lang.String,​com.ezylang.evalex.functions.FunctionIfc>[] allFunctions()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ALL_FUNCTIONS

        protected static final java.util.Map.Entry<java.lang.String,​com.ezylang.evalex.functions.FunctionIfc>[] ALL_FUNCTIONS
    • Method Detail

      • allFunctions

        public static java.util.Map.Entry<java.lang.String,​com.ezylang.evalex.functions.FunctionIfc>[] allFunctions()