Escape velocity is the minimum speed an object must have to break free from a celestial body's gravitational pull without further propulsion. Takes input as the Mass of the Celestial body (M) and Radius fron the center of mass (M) #13031
Annotations
5 errors
ruff
Process completed with exit code 1.
|
Ruff (N806):
physics/escape_velocity.py#L36
physics/escape_velocity.py:36:5: N806 Variable `G` in function should be lowercase
|
Ruff (RUF002):
physics/escape_velocity.py#L11
physics/escape_velocity.py:11:45: RUF002 Docstring contains ambiguous `×` (MULTIPLICATION SIGN). Did you mean `x` (LATIN SMALL LETTER X)?
|
Ruff (E501):
physics/escape_velocity.py#L5
physics/escape_velocity.py:5:89: E501 Line too long (100 > 88)
|
Ruff (I001):
physics/escape_velocity.py#L1
physics/escape_velocity.py:1:1: I001 Import block is un-sorted or un-formatted
|