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.
simplify
1 parent a61f415 commit aa58a1fCopy full SHA for aa58a1f
src/simplify.jl
@@ -13,7 +13,7 @@ Simplify an expression (`x`) by applying `rewriter` until there are no changes.
13
By default, simplify will assume denominators are not zero and allow cancellation in fractions.
14
Pass `simplify_fractions=false` to prevent this.
15
"""
16
-function simplify(x;
+@inline function simplify(x;
17
expand=false,
18
polynorm=nothing,
19
threaded=false,
0 commit comments