Method: Joules.impulse_v1
- Defined in:
- lib/joules/momentum_impulse.rb
.impulse_v1(force, time) ⇒ Float
Note:
There is one other method for calculating impulse.
Calculates the impulse given force and time.
39 40 41 |
# File 'lib/joules/momentum_impulse.rb', line 39 def impulse_v1(force, time) return force * time.to_f end |