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 03edfa7 commit 7b44d07Copy full SHA for 7b44d07
src/simplify.jl
@@ -11,7 +11,8 @@ simplify(x; expand=false,
11
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
-Assumes denominators are not zero by default. Pass `nonzero_denominators=false` if otherwise.
+By default, simplify will assume denominators are not zero and allow cancellation in fractions.
15
+Pass `simplify_fractions=false` to prevent this.
16
"""
17
function simplify(x;
18
expand=false,
0 commit comments