File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Get the name of a symbolic variable as a `Symbol`
6262function getname end
6363
6464"""
65- symbolic_evaluate(expr, syms::Dict)
65+ symbolic_evaluate(expr, syms::Dict; kwargs... )
6666
6767Return the value of symbolic expression `expr` where the values of variables involved are
6868obtained from the dictionary `syms`. The keys of `syms` are symbolic variables (not
@@ -72,6 +72,9 @@ expressions.
7272The returned value should either be a value or an expression involving symbolic variables
7373not present as keys in `syms`.
7474
75+ The function can take additional keyword arguments to control implementation-specific
76+ behavior.
77+
7578This is already implemented for
7679`symbolic_evaluate(expr::Union{Symbol, Expr}, syms::Dict)`.
7780"""
You can’t perform that action at this time.
0 commit comments