We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03edf44 commit 389874fCopy full SHA for 389874f
src/api.jl
@@ -12,7 +12,7 @@ Simplify an expression (`x`) by applying `rewriter` until there are no changes.
12
`expand=true` applies [`expand`](/api/#expand) in the beginning of each fixpoint iteration.
13
"""
14
function simplify(x;
15
- expand=false
+ expand=false,
16
polynorm=nothing,
17
threaded=false,
18
thread_subtree_cutoff=100,
0 commit comments