Skip to content

Commit 545f810

Browse files
authored
Comment put to a top
1 parent 5b573f9 commit 545f810

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

physics/relativistic_velocity_summation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
c = 299792458
2-
31
"""
42
The relativistic velocity summation formula calculates the combined velocity v2
53
of an object moving at speed v1 relative to a frame that is itself moving at velocity v
@@ -12,6 +10,7 @@
1210
v2 - speed of the object relative to an observer
1311
"""
1412

13+
c = 299792458
1514

1615
def relativistic_velocity_summation(
1716
object_velocity: float, frame_velocity: float

0 commit comments

Comments
 (0)