Skip to content

Commit 7b44d07

Browse files
committed
fix docstring
1 parent 03edfa7 commit 7b44d07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/simplify.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ simplify(x; expand=false,
1111
Simplify an expression (`x`) by applying `rewriter` until there are no changes.
1212
`expand=true` applies [`expand`](/api/#expand) in the beginning of each fixpoint iteration.
1313
14-
Assumes denominators are not zero by default. Pass `nonzero_denominators=false` if otherwise.
14+
By default, simplify will assume denominators are not zero and allow cancellation in fractions.
15+
Pass `simplify_fractions=false` to prevent this.
1516
"""
1617
function simplify(x;
1718
expand=false,

0 commit comments

Comments
 (0)