goulib.expr¶
simple symbolic math expressions
Functions
|
returns cleaned code of a function or lambda currently only supports: - lambda x:formula_of_(x) - def anything(x): return formula_of_(x) |
|
Classes
|
|
|
Math expressions that can be evaluated like standard functions combined using standard operators and plotted in IPython/Jupyter notebooks |
|