Package com.graphbuilder.math


package com.graphbuilder.math
  • Class
    Description
    A node of an expression tree, represented by the symbol "+".
    A node of an expression tree, represented by the symbol "/".
    The class from which all nodes of an expression tree are descendents.
    Exception thrown if expression cannot be parsed correctly.
    Expression string parser.
    FuncMap maps a name to a function.
    A node of an expression tree that represents a function.
    A node of an expression tree, represented by the symbol "*".
    A node of an expression tree that has exactly 2 children, a left child and a right child.
    PascalsTriangle can be used for O(1) lookup of the nCr function.
    A node of an expression tree, represented by the symbol "^".
    A node of an expression tree, represented by the symbol "-".
    A node of an expression tree that represents a variable or a function.
    A node of an expression tree that represents a value.
    VarMap maps a name to a value.
    A node of an expression tree that represents a variable.