debil dima

This commit is contained in:
ada-dmitry
2023-11-28 21:11:36 +03:00
parent f049a60147
commit 7e7dee3f37
+1 -1
View File
@@ -10,7 +10,7 @@ double f(double x);
void ctrlc_handler(int signum);
void choose_path();
double f(double x) // Функция обязана быть линейной
double f(double x)
{
return exp(x)-1;
}