Class MathExpFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

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

    • MathExpFunction

      public MathExpFunction(GroupingExpression exp)
      Constructs a new instance of this class.
      Parameters:
      exp - The expression to evaluate, double value will be requested.
  • Method Details