Initial commit
parents
Showing
+1437 -0
.vscode/settings.json
0 → 100644
minimathematica.py
0 → 100644
src/__init__.py
0 → 100644
src/differentiation.py
0 → 100644
src/newton.py
0 → 100644
src/taylor.py
0 → 100644
support/__init__.py
0 → 100644
support/canonicalize.py
0 → 100644
support/expr_types.py
0 → 100644
support/parsing.py
0 → 100644
support/to_string.py
0 → 100644
tests/C/test_newton.py
0 → 100644
tests/D/test_simplify.py
0 → 100644
tests/helpers/tests.py
0 → 100644
tests/helpers/tests2.py
0 → 100644
Please register or sign in to comment