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 5b573f9 commit 545f810Copy full SHA for 545f810
physics/relativistic_velocity_summation.py
@@ -1,5 +1,3 @@
1
-c = 299792458
2
-
3
"""
4
The relativistic velocity summation formula calculates the combined velocity v2
5
of an object moving at speed v1 relative to a frame that is itself moving at velocity v
@@ -12,6 +10,7 @@
12
10
v2 - speed of the object relative to an observer
13
11
14
+c = 299792458
15
16
def relativistic_velocity_summation(
17
object_velocity: float, frame_velocity: float
0 commit comments