Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
15
venv/lib/python3.12/site-packages/sympy/unify/__init__.py
Normal file
15
venv/lib/python3.12/site-packages/sympy/unify/__init__.py
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
""" Unification in SymPy
|
||||
|
||||
See sympy.unify.core docstring for algorithmic details
|
||||
|
||||
See http://matthewrocklin.com/blog/work/2012/11/01/Unification/ for discussion
|
||||
"""
|
||||
|
||||
from .usympy import unify, rebuild
|
||||
from .rewrite import rewriterule
|
||||
|
||||
__all__ = [
|
||||
'unify', 'rebuild',
|
||||
|
||||
'rewriterule',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue