goulib.expr

simple symbolic math expressions

Functions

get_function_source(f)

returns cleaned code of a function or lambda currently only supports: - lambda x:formula_of_(x) - def anything(x): return formula_of_(x)

plouffe(f[, epsilon])

Classes

Context()

Expr(f[, context])

Math expressions that can be evaluated like standard functions combined using standard operators and plotted in IPython/Jupyter notebooks

TextVisitor(dialect[, context])