Skip to content

Commit bde73d1

Browse files
authored
Merge pull request #211 from JuliaSymbolics/ChrisRackauckas-patch-2
Improve simplify docstring formatting
2 parents 9308a70 + fd24fc9 commit bde73d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
##### Numeric simplification
22

33
"""
4+
```julia
45
simplify(x; rewriter=default_simplifier(),
56
threaded=false,
67
polynorm=true,
78
thread_subtree_cutoff=100)
9+
```
810
911
Simplify an expression (`x`) by applying `rewriter` until there are no changes.
1012
`polynorm=true` applies `polynormalize` in the beginning of each fixpoint iteration.

0 commit comments

Comments
 (0)