We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ea962 commit a01af96Copy full SHA for a01af96
1 file changed
physics/escape_velocity.py
@@ -27,7 +27,7 @@ def escape_velocity(mass: float, radius: float) -> float:
27
28
Examples:
29
>>> escape_velocity(5.972e24, 6.371e6) # Earth
30
- 11185.978
+ 11185
31
>>> escape_velocity(7.348e22, 1.737e6) # Moon
32
2376.307
33
>>> escape_velocity(1.898e27, 6.9911e7) # Jupiter
0 commit comments