Skip to content
Snippets Groups Projects
Commit ee993a17 authored by Stanisław Pokora's avatar Stanisław Pokora
Browse files

Upload New File

parent 38ebfb61
Branches main
No related merge requests found
#include <math.h>
float predkosc(int m,int r){
float v = sqrt((2*0.00000000006674*m)/r);
printf("Predkosc ucieczki to %.2f", v);
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment