Package parser
package parser
Classes designed to parse a mathematical expression.
-
ClassDescriptionObjects of this class take a data-set and simplify/reduce its complexity so that class MathExpression can easily work with it.This class models a mathematical parser.Deals with number returning statistical operators e.g sum,avg,mode e.t.c and log and antilog to any base operatorsClass that provides utility methods for carrying out statistical analysis on a data set consisting of real numbers.Defines the allowed return typesModels a post-operand Operator object e.g the !, inverse, square, cube operatorsModels a post-operand Operator object e.g the trigonometric,logarithmic,exponential e.t.c.