Add dist ans Task 5 is done!

This commit is contained in:
AZEN-SGG 2025-04-17 21:56:31 +03:00
parent 4a5c5ea41e
commit 2f21a20fd1
21 changed files with 970 additions and 37 deletions

6
2025.04.18/05Ex/solve.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef SOLVE_H
#define SOLVE_H
double fsin (double x, const double eps);
#endif