Class MathLogFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

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

    • MathLogFunction

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