Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
TraiectorieIdeala
#include <iostream> #include <math.h> using namespace std; int main() { //constante double z=0.89,z0=0.25,g=9.81,pi=3.1416; //variabile double d,v0,tg; cin>>d; tg=2*(z-z0)/d; v0=sqrt((tg*tg+1)*2*g*(z-z0))/tg; cout<<"Viteza: "<<v0<<endl; cout<<"Unghi: "<<atan(tg)*180/pi<<endl; }
run
|
edit
|
history
|
help
0
On Off
triplets from vector
NamespaceOverload
SOS DP
czekolada
pointer array of functions
The Menu
Size of data type test
c++
tree