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
print(f"Acceleration of gravity at surface level: {surface_gravity:9.4f} m/s²")
39
42
print(
40
-
f"Acceleration of gravity at {self.environment.max_expected_height/1000:7.3f} km (ASL): {self.environment.gravity(self.environment.max_expected_height):.4f} m/s²"
43
+
f"Acceleration of gravity at {max_expected_height/1000:7.3f} km (ASL): {ceiling_gravity:.4f} m/s²"
0 commit comments