Python/physics
Bazif Rasool 8b831cb600
Added Altitude Pressure equation (#8909)
* Added Altitude Pressure equation

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Removed trailing whitespaces

* Removed pylint

* Fix lru_cache_pythonic.py

* Fixed spellings

* Fix again lru_cache_pythonic.py

* Update .vscode/settings.json

Co-authored-by: Christian Clauss <cclauss@me.com>

* Third fix lru_cache_pythonic.py

* Update .vscode/settings.json

Co-authored-by: Christian Clauss <cclauss@me.com>

* 4th fix lru_cache_pythonic.py

* Update physics/altitude_pressure.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* lru_cache_pythonic.py: def get(self, key: Any, /) -> Any | None:

* Delete lru_cache_pythonic.py

* Added positive and negative pressure test cases

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2023-07-30 17:00:58 +02:00
..
__init__.py
altitude_pressure.py
archimedes_principle.py
basic_orbital_capture.py
casimir_effect.py
centripetal_force.py
grahams_law.py
horizontal_projectile_motion.py
hubble_parameter.py
ideal_gas_law.py
kinetic_energy.py
lorentz_transformation_four_vector.py
malus_law.py
n_body_simulation.py
newtons_law_of_gravitation.py
newtons_second_law_of_motion.py
potential_energy.py
rms_speed_of_molecule.py
shear_stress.py
speed_of_sound.py