Skip to content

Commit fd24fc9

Browse files
Improve simplify docstring formatting
1 parent 9d47a41 commit fd24fc9

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)