Add Advanced/Fast Inverse Root #4

Merged
Mark merged 8 commits from quake into main 2025-02-13 16:07:07 -08:00
Showing only changes of commit 816c1c462c - Show all commits

3
.gitignore vendored
View File

@ -3,6 +3,7 @@ venv
__pycache__ __pycache__
*.ignore *.ignore
.mypy_cache .mypy_cache
.DS_Store
# Output files # Output files
/output /output
@ -10,7 +11,7 @@ __pycache__
*.pdf *.pdf
# TeX build files # TeX build files
*.synctex.gz* *.synctex*
*.latexmk *.latexmk
*.aux *.aux
*.out *.out