Class MathCbrtFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

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

    • MathCbrtFunction

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