Class MathPowFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

public class MathPowFunction extends FunctionNode
Author:
baldersheim, bratseth
  • Constructor Details

    • 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.
  • Method Details