Class MathLog10Function

All Implemented Interfaces:
Iterable<GroupingExpression>

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

    • MathLog10Function

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