UNPKG
libreria-ls
Version:
latest (1.5.0)
1.5.0
1.3.2
1.3.1
1.3.0
1.2.0
1.0.1
1.0.0
Libreria de fundamentos
libreria-ls
/
lib
/
distancia-MRUV.js
4 lines
(3 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
module
.
exports
=
function
(
v,t,a
){
return
( v * t ) + (
1
/
2
)* a *
Math
.
pow
(t,
2
); }