Class AbstractBigMathFunction

    • Field Summary

      • Fields inherited from class com.ezylang.evalex.functions.AbstractFunction

        MINUS_ONE
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      com.ezylang.evalex.data.EvaluationValue evaluate​(com.ezylang.evalex.Expression expression, com.ezylang.evalex.parser.Token token, com.ezylang.evalex.data.EvaluationValue... evaluationValues)  
      protected abstract java.math.BigDecimal evaluateBigMath​(java.math.MathContext mathContext, java.math.BigDecimal... parameters)  
      • Methods inherited from class com.ezylang.evalex.functions.AbstractFunction

        getFunctionParameterDefinitions, hasVarArgs, validatePreEvaluation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ezylang.evalex.functions.FunctionIfc

        getCountOfNonVarArgParameters, isParameterLazy
    • Constructor Detail

      • AbstractBigMathFunction

        public AbstractBigMathFunction()
    • Method Detail

      • evaluate

        public com.ezylang.evalex.data.EvaluationValue evaluate​(com.ezylang.evalex.Expression expression,
                                                                com.ezylang.evalex.parser.Token token,
                                                                com.ezylang.evalex.data.EvaluationValue... evaluationValues)
                                                         throws com.ezylang.evalex.EvaluationException
        Throws:
        com.ezylang.evalex.EvaluationException
      • evaluateBigMath

        protected abstract java.math.BigDecimal evaluateBigMath​(java.math.MathContext mathContext,
                                                                java.math.BigDecimal... parameters)
                                                         throws com.ezylang.evalex.EvaluationException
        Throws:
        com.ezylang.evalex.EvaluationException