Add escape velocity calculator using standard physics formula #13034
Annotations
4 errors
ruff
Process completed with exit code 1.
|
Ruff (N806):
physics/escape_velocity.py#L39
physics/escape_velocity.py:39:5: N806 Variable `G` in function should be lowercase
|
Ruff (RUF002):
physics/escape_velocity.py#L14
physics/escape_velocity.py:14:45: RUF002 Docstring contains ambiguous `×` (MULTIPLICATION SIGN). Did you mean `x` (LATIN SMALL LETTER X)?
|
Ruff (E501):
physics/escape_velocity.py#L8
physics/escape_velocity.py:8:89: E501 Line too long (100 > 88)
|