Package tools
-
Class Summary Class Description ArrayTools TheArrayTools
class contains miscellaneous methods relating to arrays.DefaultFunctions DefaultFunctions
contains instances of many often-usedGeneralFunction
s so that they need not be re-instantiated repeatedly, as well as shortcuts for the negative and inverse of aGeneralFunction
.IntegralTools TheIntegralTools
class contains miscellaneous methods used intools.integration
.MiscTools TheMiscTools
class contains miscellaneous methods.ParsingTools TheParsingTools
class contains methods related to parsing user input, and is used heavily byparsing
.PolynomialTools ThePolynomialTools
class contains miscellaneous methods forGeneralFunction
s which are polynomials.SearchTools TheSearchTools
class provides a set of methods that perform functions related to searching through with the contents in a function tree and performing actions on those functions.SolverTools TheSolverTools
class contains miscellaneous methods used inSolver
.VariableTools TheVariableTools
class contains miscellaneous methods revolving around theVariable
class.