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:
import skaero.constants as c
print(f"Surface mean gravity value: {c.g0}")
print(f"Earth's mean equatorial radius: {c.R_earth}")
It would be extremely useful to also have a
constants.pyso user could import main mathematical andphysical constants. Once implemented we could simply make: