mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08: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