fnc_get_lambda(expr, xvar)
|
|
fnc_get_varnames(func, xvar)
|
|
get_lambda(expr, xvar)
|
Returns a lambda of given str/function/lambda expression with __doc__ set to the latex expression. |
get_lambda_argd(expr, xvar, *args)
|
|
get_latex(function)
|
Return a latex string for passed function. |
get_varnames(expr, xvar)
|
Returns a list of variables used in the str math-expression via sympy and puts xvar to the front. |
implicit_multiplication_application(result, ...)
|
Allows a slightly relaxed syntax. |
pycode(expr, **settings)
|
Converts an expr to a string of Python code |
str_get_expr(expr)
|
Convert a pythonic string expression ot a sympy expression. |
str_get_lambda(expr, xvar)
|
|
str_get_varnames(expr, xvar)
|
|