Uses of Package
com.graphbuilder.math
Packages that use com.graphbuilder.math
-
Classes in com.graphbuilder.math used by com.graphbuilder.curveClassDescriptionThe class from which all nodes of an expression tree are descendents.Exception thrown if expression cannot be parsed correctly.PascalsTriangle can be used for O(1) lookup of the nCr function.VarMap maps a name to a value.
-
Classes in com.graphbuilder.math used by com.graphbuilder.mathClassDescriptionThe class from which all nodes of an expression tree are descendents.FuncMap maps a name to a function.A node of an expression tree that has exactly 2 children, a left child and a right child.A node of an expression tree that represents a variable or a function.VarMap maps a name to a value.
-
Classes in com.graphbuilder.math used by com.graphbuilder.math.func