function_tree library
A library for parsing and evaluating numerical functions built from strings.
Classes
- FunctionTree
-
Parent for
SingleVariableFunctionandMultiVariableFunctionclasses. - MultiVariableFunction
- A callable class built from a string representation of a multi-variable numerical function.
- SingleVariableFunction
- A callable class built from a string representation of a numerical function.