From ee993a1708da62e431a0f0a517f1d5b018b70751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pokora?= <s204402@student.pg.edu.pl> Date: Mon, 31 Mar 2025 08:00:48 +0000 Subject: [PATCH] Upload New File --- lab6/predkosc.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lab6/predkosc.h diff --git a/lab6/predkosc.h b/lab6/predkosc.h new file mode 100644 index 0000000..4d7b86a --- /dev/null +++ b/lab6/predkosc.h @@ -0,0 +1,7 @@ +#include <math.h> + +float predkosc(int m,int r){ + float v = sqrt((2*0.00000000006674*m)/r); + printf("Predkosc ucieczki to %.2f", v); +} + -- GitLab