mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
parent
1550731cb7
commit
3ec0aa85c0
|
@ -20,7 +20,7 @@ Reference : https://en.m.wikipedia.org/wiki/Kinetic_energy
|
|||
|
||||
def kinetic_energy(mass: float, velocity: float) -> float:
|
||||
"""
|
||||
Calculate kinetick energy.
|
||||
Calculate kinetic energy.
|
||||
|
||||
The kinetic energy of a non-rotating object of mass m traveling at a speed v is ½mv²
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user