.gitignore
.mega-linter.yml
LICENSE
README.md
pyproject.toml
.github/CODEOWNERS
.github/dependabot.yml
.github/workflows/mega-linter.yml
.github/workflows/release.yml
.github/workflows/test-build.yml
.github/workflows/test-docs.yml
.github/workflows/test-suite.yml
docs/conf.py
docs/requirements.txt
docs/whatsnew/index.rst
docs/whatsnew/v0.0.1.rst
pyquations/__init__.py
pyquations.egg-info/PKG-INFO
pyquations.egg-info/SOURCES.txt
pyquations.egg-info/dependency_links.txt
pyquations.egg-info/requires.txt
pyquations.egg-info/top_level.txt
pyquations/algebra/__init__.py
pyquations/algebra/quadratic_formula.py
pyquations/conversions/__init__.py
pyquations/conversions/speed.py
pyquations/geometry/__init__.py
pyquations/geometry/pythagorean_theorem.py
pyquations/physics/__init__.py
pyquations/physics/newtons_second_law.py
tests/__init__.py
tests/test_algebra/__init__.py
tests/test_algebra/test_quadratic_formula.py
tests/test_conversions/__init__.py
tests/test_conversions/test_speed.py
tests/test_geometry/__init__.py
tests/test_geometry/test_pythagorean_theorem.py
tests/test_physics/__init__.py
tests/test_physics/test_newtons_second_law.py