Skip to content

Commit

Permalink
Merge pull request #678 from bowenszhu/refactor-semipoly
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi authored Aug 3, 2022
2 parents 4904fee + 9e09709 commit 3636339
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 375 deletions.
2 changes: 1 addition & 1 deletion src/Symbolics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import DomainSets: Domain

import TermInterface: similarterm, istree, operation, arguments, symtype

import SymbolicUtils: Term, Add, Mul, Pow, Sym,
import SymbolicUtils: Term, Add, Mul, Pow, Sym, Div,
FnType, @rule, Rewriters, substitute,
promote_symtype

Expand Down
Loading

0 comments on commit 3636339

Please sign in to comment.