You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be extremely useful to also have a constants.py so user could import main mathematical and
physical constants. Once implemented we could simply make:
importskaero.constantsascprint(f"Surface mean gravity value: {c.g0}")
print(f"Earth's mean equatorial radius: {c.R_earth}")
The text was updated successfully, but these errors were encountered:
It would be extremely useful to also have a
constants.py
so user could import main mathematical andphysical constants. Once implemented we could simply make:
The text was updated successfully, but these errors were encountered: