Class MathPowFunction

    • Constructor Detail

      • MathPowFunction

        public MathPowFunction​(GroupingExpression x,
                               GroupingExpression y)
        Constructs a new instance of this class.
        Parameters:
        x - The expression to evaluate for base, double value will be requested.
        y - The expression to evaluate for the exponent, double value will be requested.